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

📋 copy color: '#12CECC'

red 18 ◦ green 206 ◦ blue 204

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

Shades of Robin's Egg Blue #12CECC

Tints of Robin's Egg Blue #12CECC

RGB

 RED value IS 18 (7.42% from 255) = 4.21%

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

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

R = 4.21%
G = 48.13%
B = 47.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#12CECC (or 0x12CECC) is known color: Robin's Egg Blue. HEX triplet: 12, CE and CC. RGB value is (18,206,204). Sum of RGB (Red+Green+Blue) = 18+206+204=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #12CECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CECC is #ED3133. Grayscale: #959595. Windows color (decimal): -15544628 or 13422098. OLE color: 13422098.

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

Color convert

RGB 18 206 204 -
CMYK 0.91 0 0.01 0.19
HSL 179.36º 0.84% 0.44% -
HSV(B) 179.36º 0.91% 0.81% -
XYZ 33.22 48.63 64.76 -
YUV 149.56 158.72 34.16 -
System Red Green Blue C M Y K H S L
Decimal 18 206 204 0.91 0 0.01 0.19 179.36 0.84 0.44
Hex 12 CE CC 5B 0 1 13 B3 54 2C
Octal 22 316 314 133 0 1 23 263 124 54
Binary 10010 11001110 11001100 1011011 0 1 10011 10110011 1010100 101100

Color Harmonies of #12CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CECC

Black with #12CECC

Text Example


Text Example

White with #12CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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