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

📋 copy color: '#12D7BA'

red 18 ◦ green 215 ◦ blue 186

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

Shades of Robin's Egg Blue #12D7BA

Tints of Robin's Egg Blue #12D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 4.3%
G = 51.31%
B = 44.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#12D7BA (or 0x12D7BA) is known color: Robin's Egg Blue. HEX triplet: 12, D7 and BA. RGB value is (18,215,186). Sum of RGB (Red+Green+Blue) = 18+215+186=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7BA is #ED2845. Grayscale: #989898. Windows color (decimal): -15542342 or 12244754. OLE color: 12244754.

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

Color convert

RGB 18 215 186 -
CMYK 0.92 0 0.13 0.16
HSL 171.17º 0.85% 0.46% -
HSV(B) 171.17º 0.92% 0.84% -
XYZ 33.41 52.27 54.78 -
YUV 152.79 146.73 31.86 -
System Red Green Blue C M Y K H S L
Decimal 18 215 186 0.92 0 0.13 0.16 171.17 0.85 0.46
Hex 12 D7 BA 5C 0 D 10 AB 55 2E
Octal 22 327 272 134 0 15 20 253 125 56
Binary 10010 11010111 10111010 1011100 0 1101 10000 10101011 1010101 101110

Color Harmonies of #12D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D7BA

Black with #12D7BA

Text Example


Text Example

White with #12D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,186); }

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

background-color css

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

 a { background-color: rgb(18,215,186); }

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

border-color css

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

 span { border-color: rgb(18,215,186); }

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