#18C5C0

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

Shades of Robin's Egg Blue #18C5C0

Tints of Robin's Egg Blue #18C5C0

Color information

#18C5C0 (or 0x18C5C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, C5 and C0. RGB value is (24,197,192). Sum of RGB (Red+Green+Blue) = 24+197+192=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C5C0 is #E73A3F. Grayscale: #909090. Windows color (decimal): -15153728 or 12633368. OLE color: 12633368.

HSL color Cylindrical-coordinate representation of color #18C5C0: hue angle of 178.27º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C5C0 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB24197192-
CMYK0.8800.030.23
HSL178.27º78.28%43.33%-
HSV(B)178.27º87.82%77.25%-
XYZ29.8643.9356.78-
YUV144.7154.6941.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.81%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=5.81%
G=47.70%
B=46.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241971920.8800.030.23178.2778.2843.33
Hex18C5C0580317b24e2b
Octal30305300130032726211653
Binary110001100010111000000101100001110111101100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,197,192); }

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

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

 a { background-color: rgb(24,197,192); }

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

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

 span { border-color: rgb(24,197,192); }

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