#18CBBC

Color #18CBBC Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #18CBBC

Tints of Robin's Egg Blue #18CBBC

Color information

#18CBBC (or 0x18CBBC) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CB and BC. RGB value is (24,203,188). Sum of RGB (Red+Green+Blue) = 24+203+188=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBBC is #E73443. Grayscale: #939393. Windows color (decimal): -15152196 or 12372760. OLE color: 12372760.

HSL color Cylindrical-coordinate representation of color #18CBBC: hue angle of 174.97º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBBC is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB24203188-
CMYK0.8800.070.20
HSL174.97º78.85%44.51%-
HSV(B)174.97º88.18%79.61%-
XYZ30.8146.5454.94-
YUV147.77150.739.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 5.78%
GREEN value IS 203 (79.69% from 255) = 48.92%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=5.78%
G=48.92%
B=45.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242031880.8800.070.20174.9778.8544.51
Hex18CBBC580714af4f2d
Octal30313274130072425711755
Binary1100011001011101111001011000011110100101011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18CBBC; }

 p { color: rgb(24,203,188); }

 H1.HeaderClassName
 {
   color: #18CBBC;
 }
 .AnyTagClassName
 {
   color: #18CBBC;
 }
</style>
background-color css

<style>
 a { background-color: #18CBBC; }

 a { background-color: rgb(24,203,188); }

 div.DivClassName
 {
   background-color: #18CBBC;
 }
 .BgClassName
 {
   background-color: #18CBBC;
 }
</style>
border-color css

<style>
 span { border-color: #18CBBC; }

 span { border-color: rgb(24,203,188); }

 td.TdClassName
 {
   border-color: #18CBBC;
 }
 .TagClassName
 {
   border-color: #18CBBC;
 }
</style>