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

📋 copy color: '#12E5BA'

red 18 ◦ green 229 ◦ blue 186

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

Shades of Robin's Egg Blue #12E5BA

Tints of Robin's Egg Blue #12E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.89%

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

R = 4.16%
G = 52.89%
B = 42.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#12E5BA (or 0x12E5BA) is known color: Robin's Egg Blue. HEX triplet: 12, E5 and BA. RGB value is (18,229,186). Sum of RGB (Red+Green+Blue) = 18+229+186=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #12E5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E5BA is #ED1A45. Grayscale: #A0A0A0. Windows color (decimal): -15538758 or 12248338. OLE color: 12248338.

HSL color Cylindrical-coordinate representation of color #12E5BA: hue angle of 167.77º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E5BA is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 229 186 -
CMYK 0.92 0 0.19 0.10
HSL 167.77º 0.85% 0.48% -
HSV(B) 167.77º 0.92% 0.9% -
XYZ 37.13 59.71 56.02 -
YUV 161.01 142.1 26 -
System Red Green Blue C M Y K H S L
Decimal 18 229 186 0.92 0 0.19 0.10 167.77 0.85 0.48
Hex 12 E5 BA 5C 0 13 A A8 55 30
Octal 22 345 272 134 0 23 12 250 125 60
Binary 10010 11100101 10111010 1011100 0 10011 1010 10101000 1010101 110000

Color Harmonies of #12E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E5BA

Black with #12E5BA

Text Example


Text Example

White with #12E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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