Html Css Color HEX #13E4BA Robin's Egg Blue

📋 copy color: '#13E4BA'

red 19 ◦ green 228 ◦ blue 186

#13E4BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #13E4BA

Tints of Robin's Egg Blue #13E4BA

RGB

 RED value IS 19 (7.81% from 255) = 4.39%

 GREEN value IS 228 (89.45% from 255) = 52.66%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 4.39%
G = 52.66%
B = 42.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#13E4BA (or 0x13E4BA) is known color: Robin's Egg Blue. HEX triplet: 13, E4 and BA. RGB value is (19,228,186). Sum of RGB (Red+Green+Blue) = 19+228+186=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #13E4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E4BA is #EC1B45. Grayscale: #A0A0A0. Windows color (decimal): -15473478 or 12248083. OLE color: 12248083.

HSL color Cylindrical-coordinate representation of color #13E4BA: hue angle of 167.94º degrees, saturation: 0.85, 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 #13E4BA is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 228 186 -
CMYK 0.92 0 0.18 0.11
HSL 167.94º 0.85% 0.48% -
HSV(B) 167.94º 0.92% 0.89% -
XYZ 36.87 59.17 55.93 -
YUV 160.72 142.26 26.92 -
System Red Green Blue C M Y K H S L
Decimal 19 228 186 0.92 0 0.18 0.11 167.94 0.85 0.48
Hex 13 E4 BA 5C 0 12 B A8 55 30
Octal 23 344 272 134 0 22 13 250 125 60
Binary 10011 11100100 10111010 1011100 0 10010 1011 10101000 1010101 110000

Color Harmonies of #13E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E4BA

Black with #13E4BA

Text Example


Text Example

White with #13E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,228,186); }

 H1.HeaderClassName
 {
   color: #13E4BA;
 }
 .AnyTagClassName
 {
   color: #13E4BA;
 }
</style>

background-color css

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

 a { background-color: rgb(19,228,186); }

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

border-color css

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

 span { border-color: rgb(19,228,186); }

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