#13D7C7

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

Shades of Robin's Egg Blue #13D7C7

Tints of Robin's Egg Blue #13D7C7

Color information

#13D7C7 (or 0x13D7C7) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, D7 and C7. RGB value is (19,215,199). Sum of RGB (Red+Green+Blue) = 19+215+199=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #13D7C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D7C7 is #EC2838. Grayscale: #9A9A9A. Windows color (decimal): -15476793 or 13096723. OLE color: 13096723.

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

Color convert

RGB19215199-
CMYK0.9100.070.16
HSL175.1º83.76%45.88%-
HSV(B)175.1º91.16%84.31%-
XYZ34.8852.8662.4-
YUV154.57153.0731.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.39%
GREEN value IS 215 (84.38% from 255) = 49.65%
BLUE value IS 199 (78.12% from 255) = 45.96%
R=4.39%
G=49.65%
B=45.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192151990.9100.070.16175.183.7645.88
Hex13D7C75B0710af542e
Octal23327307133072025712456
Binary1001111010111110001111011011011110000101011111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13D7C7; }

 p { color: rgb(19,215,199); }

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

<style>
 a { background-color: #13D7C7; }

 a { background-color: rgb(19,215,199); }

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

<style>
 span { border-color: #13D7C7; }

 span { border-color: rgb(19,215,199); }

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