#13D4B4

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

Shades of Robin's Egg Blue #13D4B4

Tints of Robin's Egg Blue #13D4B4

Color information

#13D4B4 (or 0x13D4B4) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, D4 and B4. RGB value is (19,212,180). Sum of RGB (Red+Green+Blue) = 19+212+180=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #13D4B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D4B4 is #EC2B4B. Grayscale: #969696. Windows color (decimal): -15477580 or 11850771. OLE color: 11850771.

HSL color Cylindrical-coordinate representation of color #13D4B4: hue angle of 170.05º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D4B4 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB19212180-
CMYK0.9100.150.17
HSL170.05º83.55%45.29%-
HSV(B)170.05º91.04%83.14%-
XYZ32.0550.5251.24-
YUV150.65144.5634.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.62%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=4.62%
G=51.58%
B=43.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192121800.9100.150.17170.0583.5545.29
Hex13D4B45B0F11aa542d
Octal233242641330172125212455
Binary10011110101001011010010110110111110001101010101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,212,180); }

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

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

 a { background-color: rgb(19,212,180); }

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

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

 span { border-color: rgb(19,212,180); }

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