#12DBBE

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

Shades of Robin's Egg Blue #12DBBE

Tints of Robin's Egg Blue #12DBBE

Color information

#12DBBE (or 0x12DBBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, DB and BE. RGB value is (18,219,190). Sum of RGB (Red+Green+Blue) = 18+219+190=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBBE is #ED2441. Grayscale: #9B9B9B. Windows color (decimal): -15541314 or 12507922. OLE color: 12507922.

HSL color Cylindrical-coordinate representation of color #12DBBE: hue angle of 171.34º 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 #12DBBE is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB18219190-
CMYK0.9200.130.14
HSL171.34º84.81%46.47%-
HSV(B)171.34º91.78%85.88%-
XYZ34.8854.5157.4-
YUV155.6147.4129.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.22%
GREEN value IS 219 (85.94% from 255) = 51.29%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=4.22%
G=51.29%
B=44.50%

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
Decimal182191900.9200.130.14171.3484.8146.47
Hex12DBBE5C0DEab552e
Octal223332761340151625312556
Binary1001011011011101111101011100011011110101010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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