#12D6C7

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

Shades of Robin's Egg Blue #12D6C7

Tints of Robin's Egg Blue #12D6C7

Color information

#12D6C7 (or 0x12D6C7) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, D6 and C7. RGB value is (18,214,199). Sum of RGB (Red+Green+Blue) = 18+214+199=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #12D6C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D6C7 is #ED2938. Grayscale: #999999. Windows color (decimal): -15542585 or 13096466. OLE color: 13096466.

HSL color Cylindrical-coordinate representation of color #12D6C7: hue angle of 175.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D6C7 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB18214199-
CMYK0.9200.070.16
HSL175.41º84.48%45.49%-
HSV(B)175.41º91.59%83.92%-
XYZ34.652.3562.31-
YUV153.69153.5731.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.18%
GREEN value IS 214 (83.98% from 255) = 49.65%
BLUE value IS 199 (78.12% from 255) = 46.17%
R=4.18%
G=49.65%
B=46.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182141990.9200.070.16175.4184.4845.49
Hex12D6C75C0710af542d
Octal22326307134072025712455
Binary1001011010110110001111011100011110000101011111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,214,199); }

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

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

 a { background-color: rgb(18,214,199); }

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

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

 span { border-color: rgb(18,214,199); }

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