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

📋 copy color: '#12C2CE'

red 18 ◦ green 194 ◦ blue 206

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

Shades of Robin's Egg Blue #12C2CE

Tints of Robin's Egg Blue #12C2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 4.31%
G = 46.41%
B = 49.28%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12C2CE (or 0x12C2CE) is known color: Robin's Egg Blue. HEX triplet: 12, C2 and CE. RGB value is (18,194,206). Sum of RGB (Red+Green+Blue) = 18+194+206=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #12C2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C2CE is #ED3D31. Grayscale: #8E8E8E. Windows color (decimal): -15547698 or 13550098. OLE color: 13550098.

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

Color convert

RGB 18 194 206 -
CMYK 0.91 0.06 0 0.19
HSL 183.83º 0.84% 0.44% -
HSV(B) 183.83º 0.91% 0.81% -
XYZ 30.68 43.17 65.11 -
YUV 142.74 163.69 39.02 -
System Red Green Blue C M Y K H S L
Decimal 18 194 206 0.91 0.06 0 0.19 183.83 0.84 0.44
Hex 12 C2 CE 5B 6 0 13 B8 54 2C
Octal 22 302 316 133 6 0 23 270 124 54
Binary 10010 11000010 11001110 1011011 110 0 10011 10111000 1010100 101100

Color Harmonies of #12C2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C2CE

Black with #12C2CE

Text Example


Text Example

White with #12C2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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