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

📋 copy color: '#12CECD'

red 18 ◦ green 206 ◦ blue 205

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

Shades of Robin's Egg Blue #12CECD

Tints of Robin's Egg Blue #12CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 4.2%
G = 48.02%
B = 47.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#12CECD (or 0x12CECD) is known color: Robin's Egg Blue. HEX triplet: 12, CE and CD. RGB value is (18,206,205). Sum of RGB (Red+Green+Blue) = 18+206+205=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #12CECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CECD is #ED3132. Grayscale: #959595. Windows color (decimal): -15544627 or 13487634. OLE color: 13487634.

HSL color Cylindrical-coordinate representation of color #12CECD: hue angle of 179.68º 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 #12CECD is Cyan = 0.91, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 205 -
CMYK 0.91 0 0.00 0.19
HSL 179.68º 0.84% 0.44% -
HSV(B) 179.68º 0.91% 0.81% -
XYZ 33.34 48.68 65.4 -
YUV 149.67 159.22 34.08 -
System Red Green Blue C M Y K H S L
Decimal 18 206 205 0.91 0 0.00 0.19 179.68 0.84 0.44
Hex 12 CE CD 5B 0 0 13 B4 54 2C
Octal 22 316 315 133 0 0 23 264 124 54
Binary 10010 11001110 11001101 1011011 0 0 10011 10110100 1010100 101100

Color Harmonies of #12CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CECD

Black with #12CECD

Text Example


Text Example

White with #12CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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