#12DBBF

Color #12DBBF Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #12DBBF

Tints of Robin's Egg Blue #12DBBF

Color information

#12DBBF (or 0x12DBBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, DB and BF. RGB value is (18,219,191). Sum of RGB (Red+Green+Blue) = 18+219+191=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBBF is #ED2440. Grayscale: #9B9B9B. Windows color (decimal): -15541313 or 12573458. OLE color: 12573458.

HSL color Cylindrical-coordinate representation of color #12DBBF: hue angle of 171.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DBBF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB18219191-
CMYK0.9200.130.14
HSL171.64º84.81%46.47%-
HSV(B)171.64º91.78%85.88%-
XYZ34.9854.5557.98-
YUV155.71147.9129.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.21%
GREEN value IS 219 (85.94% from 255) = 51.17%
BLUE value IS 191 (75% from 255) = 44.63%
R=4.21%
G=51.17%
B=44.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182191910.9200.130.14171.6484.8146.47
Hex12DBBF5C0DEac552e
Octal223332771340151625412556
Binary1001011011011101111111011100011011110101011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,219,191); }

 H1.HeaderClassName
 {
   color: #12DBBF;
 }
 .AnyTagClassName
 {
   color: #12DBBF;
 }
</style>
background-color css

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

 a { background-color: rgb(18,219,191); }

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

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

 span { border-color: rgb(18,219,191); }

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