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

📋 copy color: '#12DDC0'

red 18 ◦ green 221 ◦ blue 192

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

Shades of Robin's Egg Blue #12DDC0

Tints of Robin's Egg Blue #12DDC0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.28%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 4.18%
G = 51.28%
B = 44.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#12DDC0 (or 0x12DDC0) is known color: Robin's Egg Blue. HEX triplet: 12, DD and C0. RGB value is (18,221,192). Sum of RGB (Red+Green+Blue) = 18+221+192=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDC0 is #ED223F. Grayscale: #9C9C9C. Windows color (decimal): -15540800 or 12639506. OLE color: 12639506.

HSL color Cylindrical-coordinate representation of color #12DDC0: hue angle of 171.43º 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 #12DDC0 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 221 192 -
CMYK 0.92 0 0.13 0.13
HSL 171.43º 0.85% 0.47% -
HSV(B) 171.43º 0.92% 0.87% -
XYZ 35.62 55.65 58.73 -
YUV 157 147.75 28.86 -
System Red Green Blue C M Y K H S L
Decimal 18 221 192 0.92 0 0.13 0.13 171.43 0.85 0.47
Hex 12 DD C0 5C 0 D D AB 55 2F
Octal 22 335 300 134 0 15 15 253 125 57
Binary 10010 11011101 11000000 1011100 0 1101 1101 10101011 1010101 101111

Color Harmonies of #12DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DDC0

Black with #12DDC0

Text Example


Text Example

White with #12DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,221,192); }

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

background-color css

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

 a { background-color: rgb(18,221,192); }

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

border-color css

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

 span { border-color: rgb(18,221,192); }

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