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

📋 copy color: '#12CDB6'

red 18 ◦ green 205 ◦ blue 182

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

Shades of Robin's Egg Blue #12CDB6

Tints of Robin's Egg Blue #12CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 4.44%
G = 50.62%
B = 44.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#12CDB6 (or 0x12CDB6) is known color: Robin's Egg Blue. HEX triplet: 12, CD and B6. RGB value is (18,205,182). Sum of RGB (Red+Green+Blue) = 18+205+182=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #12CDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CDB6 is #ED3249. Grayscale: #929292. Windows color (decimal): -15544906 or 11980050. OLE color: 11980050.

HSL color Cylindrical-coordinate representation of color #12CDB6: hue angle of 172.62º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CDB6 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 205 182 -
CMYK 0.91 0 0.11 0.20
HSL 172.62º 0.84% 0.44% -
HSV(B) 172.62º 0.91% 0.8% -
XYZ 30.52 47.17 51.75 -
YUV 146.47 148.05 36.37 -
System Red Green Blue C M Y K H S L
Decimal 18 205 182 0.91 0 0.11 0.20 172.62 0.84 0.44
Hex 12 CD B6 5B 0 B 14 AD 54 2C
Octal 22 315 266 133 0 13 24 255 124 54
Binary 10010 11001101 10110110 1011011 0 1011 10100 10101101 1010100 101100

Color Harmonies of #12CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CDB6

Black with #12CDB6

Text Example


Text Example

White with #12CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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