#18CCCC

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

Shades of Robin's Egg Blue #18CCCC

Tints of Robin's Egg Blue #18CCCC

Color information

#18CCCC (or 0x18CCCC) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CC and CC. RGB value is (24,204,204). Sum of RGB (Red+Green+Blue) = 24+204+204=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #18CCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CCCC is #E73333. Grayscale: #969696. Windows color (decimal): -15151924 or 13421592. OLE color: 13421592.

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

Color convert

RGB24204204-
CMYK0.88000.2
HSL180º78.95%44.71%-
HSV(B)180º88.24%80%-
XYZ32.8747.7464.61-
YUV150.18158.3738-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.56%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=5.56%
G=47.22%
B=47.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal242042040.88000.218078.9544.71
Hex18CCCC580014b44f2d
Octal30314314130002426411755
Binary11000110011001100110010110000010100101101001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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