#18CACA

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

Shades of Robin's Egg Blue #18CACA

Tints of Robin's Egg Blue #18CACA

Color information

#18CACA (or 0x18CACA) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CA and CA. RGB value is (24,202,202). Sum of RGB (Red+Green+Blue) = 24+202+202=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #18CACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CACA is #E73535. Grayscale: #949494. Windows color (decimal): -15152438 or 13290008. OLE color: 13290008.

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

Color convert

RGB24202202-
CMYK0.88000.21
HSL180º78.76%44.31%-
HSV(B)180º88.12%79.22%-
XYZ32.1646.763.2-
YUV148.78158.0339-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.61%
GREEN value IS 202 (79.30% from 255) = 47.20%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=5.61%
G=47.20%
B=47.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal242022020.88000.2118078.7644.31
Hex18CACA580015b44f2c
Octal30312312130002526411754
Binary11000110010101100101010110000010101101101001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,202,202); }

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

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

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

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

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

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

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