Html Css Color HEX #18CECC Robin's Egg Blue

📋 copy color: '#18CECC'

red 24 ◦ green 206 ◦ blue 204

#18CECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #18CECC

Tints of Robin's Egg Blue #18CECC

RGB

 RED value IS 24 (9.77% from 255) = 5.53%

 GREEN value IS 206 (80.86% from 255) = 47.47%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 5.53%
G = 47.47%
B = 47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#18CECC (or 0x18CECC) is known color: Robin's Egg Blue. HEX triplet: 18, CE and CC. RGB value is (24,206,204). Sum of RGB (Red+Green+Blue) = 24+206+204=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #18CECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CECC is #E73133. Grayscale: #979797. Windows color (decimal): -15151412 or 13422104. OLE color: 13422104.

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

Color convert

RGB 24 206 204 -
CMYK 0.88 0 0.01 0.19
HSL 179.34º 0.79% 0.45% -
HSV(B) 179.34º 0.88% 0.81% -
XYZ 33.35 48.7 64.77 -
YUV 151.35 157.7 37.16 -
System Red Green Blue C M Y K H S L
Decimal 24 206 204 0.88 0 0.01 0.19 179.34 0.79 0.45
Hex 18 CE CC 58 0 1 13 B3 4F 2D
Octal 30 316 314 130 0 1 23 263 117 55
Binary 11000 11001110 11001100 1011000 0 1 10011 10110011 1001111 101101

Color Harmonies of #18CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CECC

Black with #18CECC

Text Example


Text Example

White with #18CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18CECC;
 }
 .AnyTagClassName
 {
   color: #18CECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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