#13E2BD

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

Shades of Robin's Egg Blue #13E2BD

Tints of Robin's Egg Blue #13E2BD

Color information

#13E2BD (or 0x13E2BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, E2 and BD. RGB value is (19,226,189). Sum of RGB (Red+Green+Blue) = 19+226+189=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #13E2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E2BD is #EC1D42. Grayscale: #9F9F9F. Windows color (decimal): -15473987 or 12444179. OLE color: 12444179.

HSL color Cylindrical-coordinate representation of color #13E2BD: hue angle of 169.28º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E2BD is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB19226189-
CMYK0.9200.160.11
HSL169.28º84.49%48.04%-
HSV(B)169.28º91.59%88.63%-
XYZ36.6558.2157.45-
YUV159.89144.4227.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.38%
GREEN value IS 226 (88.67% from 255) = 52.07%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=4.38%
G=52.07%
B=43.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192261890.9200.160.11169.2884.4948.04
Hex13E2BD5C010Ba95430
Octal233422751340201325112460
Binary10011111000101011110110111000100001011101010011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,226,189); }

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

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

 a { background-color: rgb(19,226,189); }

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

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

 span { border-color: rgb(19,226,189); }

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