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

📋 copy color: '#12DEC4'

red 18 ◦ green 222 ◦ blue 196

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

Shades of Robin's Egg Blue #12DEC4

Tints of Robin's Egg Blue #12DEC4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 4.13%
G = 50.92%
B = 44.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#12DEC4 (or 0x12DEC4) is known color: Robin's Egg Blue. HEX triplet: 12, DE and C4. RGB value is (18,222,196). Sum of RGB (Red+Green+Blue) = 18+222+196=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #12DEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DEC4 is #ED213B. Grayscale: #9D9D9D. Windows color (decimal): -15540540 or 12901906. OLE color: 12901906.

HSL color Cylindrical-coordinate representation of color #12DEC4: hue angle of 172.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DEC4 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 222 196 -
CMYK 0.92 0 0.12 0.13
HSL 172.35º 0.85% 0.47% -
HSV(B) 172.35º 0.92% 0.87% -
XYZ 36.33 56.36 61.19 -
YUV 158.04 149.41 28.11 -
System Red Green Blue C M Y K H S L
Decimal 18 222 196 0.92 0 0.12 0.13 172.35 0.85 0.47
Hex 12 DE C4 5C 0 C D AC 55 2F
Octal 22 336 304 134 0 14 15 254 125 57
Binary 10010 11011110 11000100 1011100 0 1100 1101 10101100 1010101 101111

Color Harmonies of #12DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DEC4

Black with #12DEC4

Text Example


Text Example

White with #12DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,222,196); }

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

background-color css

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

 a { background-color: rgb(18,222,196); }

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

border-color css

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

 span { border-color: rgb(18,222,196); }

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