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

📋 copy color: '#12D0BA'

red 18 ◦ green 208 ◦ blue 186

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

Shades of Robin's Egg Blue #12D0BA

Tints of Robin's Egg Blue #12D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.49%

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

R = 4.37%
G = 50.49%
B = 45.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#12D0BA (or 0x12D0BA) is known color: Robin's Egg Blue. HEX triplet: 12, D0 and BA. RGB value is (18,208,186). Sum of RGB (Red+Green+Blue) = 18+208+186=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D0BA is #ED2F45. Grayscale: #949494. Windows color (decimal): -15544134 or 12242962. OLE color: 12242962.

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

Color convert

RGB 18 208 186 -
CMYK 0.91 0 0.11 0.18
HSL 173.05º 0.84% 0.44% -
HSV(B) 173.05º 0.91% 0.82% -
XYZ 31.67 48.79 54.2 -
YUV 148.68 149.05 34.79 -
System Red Green Blue C M Y K H S L
Decimal 18 208 186 0.91 0 0.11 0.18 173.05 0.84 0.44
Hex 12 D0 BA 5B 0 B 12 AD 54 2C
Octal 22 320 272 133 0 13 22 255 124 54
Binary 10010 11010000 10111010 1011011 0 1011 10010 10101101 1010100 101100

Color Harmonies of #12D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D0BA

Black with #12D0BA

Text Example


Text Example

White with #12D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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