#18CACC

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

Shades of Robin's Egg Blue #18CACC

Tints of Robin's Egg Blue #18CACC

Color information

#18CACC (or 0x18CACC) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CA and CC. RGB value is (24,202,204). Sum of RGB (Red+Green+Blue) = 24+202+204=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #18CACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CACC is #E73533. Grayscale: #949494. Windows color (decimal): -15152436 or 13421080. OLE color: 13421080.

HSL color Cylindrical-coordinate representation of color #18CACC: hue angle of 180.67º 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 #18CACC is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB24202204-
CMYK0.880.0100.2
HSL180.67º78.95%44.71%-
HSV(B)180.67º88.24%80%-
XYZ32.446.7964.45-
YUV149.01159.0338.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.58%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 204 (80.08% from 255) = 47.44%
R=5.58%
G=46.98%
B=47.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal242022040.880.0100.2180.6778.9544.71
Hex18CACC581014b54f2d
Octal30312314130102426511755
Binary11000110010101100110010110001010100101101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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