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

📋 copy color: '#13E0C2'

red 19 ◦ green 224 ◦ blue 194

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

Shades of Robin's Egg Blue #13E0C2

Tints of Robin's Egg Blue #13E0C2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.26%

 BLUE value IS 194 (76.17% from 255) = 44.39%

R = 4.35%
G = 51.26%
B = 44.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#13E0C2 (or 0x13E0C2) is known color: Robin's Egg Blue. HEX triplet: 13, E0 and C2. RGB value is (19,224,194). Sum of RGB (Red+Green+Blue) = 19+224+194=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0C2 is #EC1F3D. Grayscale: #9F9F9F. Windows color (decimal): -15474494 or 12771347. OLE color: 12771347.

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

Color convert

RGB 19 224 194 -
CMYK 0.92 0 0.13 0.12
HSL 171.22º 0.84% 0.48% -
HSV(B) 171.22º 0.92% 0.88% -
XYZ 36.66 57.34 60.18 -
YUV 159.29 147.58 27.94 -
System Red Green Blue C M Y K H S L
Decimal 19 224 194 0.92 0 0.13 0.12 171.22 0.84 0.48
Hex 13 E0 C2 5C 0 D C AB 54 30
Octal 23 340 302 134 0 15 14 253 124 60
Binary 10011 11100000 11000010 1011100 0 1101 1100 10101011 1010100 110000

Color Harmonies of #13E0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0C2

Black with #13E0C2

Text Example


Text Example

White with #13E0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,194); }

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

background-color css

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

 a { background-color: rgb(19,224,194); }

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

border-color css

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

 span { border-color: rgb(19,224,194); }

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