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

📋 copy color: '#12D1BD'

red 18 ◦ green 209 ◦ blue 189

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

Shades of Robin's Egg Blue #12D1BD

Tints of Robin's Egg Blue #12D1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.24%

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 4.33%
G = 50.24%
B = 45.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#12D1BD (or 0x12D1BD) is known color: Robin's Egg Blue. HEX triplet: 12, D1 and BD. RGB value is (18,209,189). Sum of RGB (Red+Green+Blue) = 18+209+189=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #12D1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D1BD is #ED2E42. Grayscale: #959595. Windows color (decimal): -15543875 or 12439826. OLE color: 12439826.

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

Color convert

RGB 18 209 189 -
CMYK 0.91 0 0.10 0.18
HSL 173.72º 0.84% 0.45% -
HSV(B) 173.72º 0.91% 0.82% -
XYZ 32.24 49.4 55.98 -
YUV 149.61 150.22 34.13 -
System Red Green Blue C M Y K H S L
Decimal 18 209 189 0.91 0 0.10 0.18 173.72 0.84 0.45
Hex 12 D1 BD 5B 0 A 12 AE 54 2D
Octal 22 321 275 133 0 12 22 256 124 55
Binary 10010 11010001 10111101 1011011 0 1010 10010 10101110 1010100 101101

Color Harmonies of #12D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D1BD

Black with #12D1BD

Text Example


Text Example

White with #12D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,189); }

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

background-color css

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

 a { background-color: rgb(18,209,189); }

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

border-color css

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

 span { border-color: rgb(18,209,189); }

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