#12D5C7

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

Shades of Robin's Egg Blue #12D5C7

Tints of Robin's Egg Blue #12D5C7

Color information

#12D5C7 (or 0x12D5C7) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, D5 and C7. RGB value is (18,213,199). Sum of RGB (Red+Green+Blue) = 18+213+199=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #12D5C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D5C7 is #ED2A38. Grayscale: #989898. Windows color (decimal): -15542841 or 13096210. OLE color: 13096210.

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

Color convert

RGB18213199-
CMYK0.9200.070.16
HSL175.69º84.42%45.29%-
HSV(B)175.69º91.55%83.53%-
XYZ34.3551.8462.23-
YUV153.1153.931.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.19%
GREEN value IS 213 (83.59% from 255) = 49.53%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=4.19%
G=49.53%
B=46.28%

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
Decimal182131990.9200.070.16175.6984.4245.29
Hex12D5C75C0710b0542d
Octal22325307134072026012455
Binary1001011010101110001111011100011110000101100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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