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

📋 copy color: '#12D7B9'

red 18 ◦ green 215 ◦ blue 185

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

Shades of Robin's Egg Blue #12D7B9

Tints of Robin's Egg Blue #12D7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 4.31%
G = 51.44%
B = 44.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#12D7B9 (or 0x12D7B9) is known color: Robin's Egg Blue. HEX triplet: 12, D7 and B9. RGB value is (18,215,185). Sum of RGB (Red+Green+Blue) = 18+215+185=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7B9 is #ED2846. Grayscale: #989898. Windows color (decimal): -15542343 or 12179218. OLE color: 12179218.

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

Color convert

RGB 18 215 185 -
CMYK 0.92 0 0.14 0.16
HSL 170.86º 0.85% 0.46% -
HSV(B) 170.86º 0.92% 0.84% -
XYZ 33.31 52.23 54.23 -
YUV 152.68 146.23 31.94 -
System Red Green Blue C M Y K H S L
Decimal 18 215 185 0.92 0 0.14 0.16 170.86 0.85 0.46
Hex 12 D7 B9 5C 0 E 10 AB 55 2E
Octal 22 327 271 134 0 16 20 253 125 56
Binary 10010 11010111 10111001 1011100 0 1110 10000 10101011 1010101 101110

Color Harmonies of #12D7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D7B9

Black with #12D7B9

Text Example


Text Example

White with #12D7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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