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

📋 copy color: '#12E2BA'

red 18 ◦ green 226 ◦ blue 186

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

Shades of Robin's Egg Blue #12E2BA

Tints of Robin's Egg Blue #12E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.56%

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

R = 4.19%
G = 52.56%
B = 43.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#12E2BA (or 0x12E2BA) is known color: Robin's Egg Blue. HEX triplet: 12, E2 and BA. RGB value is (18,226,186). Sum of RGB (Red+Green+Blue) = 18+226+186=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #12E2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12E2BA is #ED1D45. Grayscale: #9F9F9F. Windows color (decimal): -15539526 or 12247570. OLE color: 12247570.

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

Color convert

RGB 18 226 186 -
CMYK 0.92 0 0.18 0.11
HSL 168.46º 0.85% 0.48% -
HSV(B) 168.46º 0.92% 0.89% -
XYZ 36.31 58.07 55.75 -
YUV 159.25 143.09 27.25 -
System Red Green Blue C M Y K H S L
Decimal 18 226 186 0.92 0 0.18 0.11 168.46 0.85 0.48
Hex 12 E2 BA 5C 0 12 B A8 55 30
Octal 22 342 272 134 0 22 13 250 125 60
Binary 10010 11100010 10111010 1011100 0 10010 1011 10101000 1010101 110000

Color Harmonies of #12E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E2BA

Black with #12E2BA

Text Example


Text Example

White with #12E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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