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

📋 copy color: '#12DDC3'

red 18 ◦ green 221 ◦ blue 195

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

Shades of Robin's Egg Blue #12DDC3

Tints of Robin's Egg Blue #12DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.93%

R = 4.15%
G = 50.92%
B = 44.93%

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

#12DDC3 (or 0x12DDC3) is known color: Robin's Egg Blue. HEX triplet: 12, DD and C3. RGB value is (18,221,195). Sum of RGB (Red+Green+Blue) = 18+221+195=434 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.15% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #12DDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DDC3 is #ED223C. Grayscale: #9D9D9D. Windows color (decimal): -15540797 or 12836114. OLE color: 12836114.

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

Color convert

RGB 18 221 195 -
CMYK 0.92 0 0.12 0.13
HSL 172.32º 0.85% 0.47% -
HSV(B) 172.32º 0.92% 0.87% -
XYZ 35.96 55.78 60.5 -
YUV 157.34 149.25 28.61 -
System Red Green Blue C M Y K H S L
Decimal 18 221 195 0.92 0 0.12 0.13 172.32 0.85 0.47
Hex 12 DD C3 5C 0 C D AC 55 2F
Octal 22 335 303 134 0 14 15 254 125 57
Binary 10010 11011101 11000011 1011100 0 1100 1101 10101100 1010101 101111

Color Harmonies of #12DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DDC3

Black with #12DDC3

Text Example


Text Example

White with #12DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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