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

📋 copy color: '#13D9C0'

red 19 ◦ green 217 ◦ blue 192

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

Shades of Robin's Egg Blue #13D9C0

Tints of Robin's Egg Blue #13D9C0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.7%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 4.44%
G = 50.7%
B = 44.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#13D9C0 (or 0x13D9C0) is known color: Robin's Egg Blue. HEX triplet: 13, D9 and C0. RGB value is (19,217,192). Sum of RGB (Red+Green+Blue) = 19+217+192=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #13D9C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D9C0 is #EC263F. Grayscale: #9A9A9A. Windows color (decimal): -15476288 or 12638483. OLE color: 12638483.

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

Color convert

RGB 19 217 192 -
CMYK 0.91 0 0.12 0.15
HSL 172.42º 0.84% 0.46% -
HSV(B) 172.42º 0.91% 0.85% -
XYZ 34.6 53.57 58.39 -
YUV 154.95 148.9 31.03 -
System Red Green Blue C M Y K H S L
Decimal 19 217 192 0.91 0 0.12 0.15 172.42 0.84 0.46
Hex 13 D9 C0 5B 0 C F AC 54 2E
Octal 23 331 300 133 0 14 17 254 124 56
Binary 10011 11011001 11000000 1011011 0 1100 1111 10101100 1010100 101110

Color Harmonies of #13D9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D9C0

Black with #13D9C0

Text Example


Text Example

White with #13D9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,217,192); }

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

background-color css

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

 a { background-color: rgb(19,217,192); }

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

border-color css

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

 span { border-color: rgb(19,217,192); }

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