Html Css Color HEX #13DEA0 Caribbean Green

📋 copy color: '#13DEA0'

red 19 ◦ green 222 ◦ blue 160

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

Shades of Caribbean Green #13DEA0

Tints of Caribbean Green #13DEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.36%

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 4.74%
G = 55.36%
B = 39.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#13DEA0 (or 0x13DEA0) is known color: Caribbean Green. HEX triplet: 13, DE and A0. RGB value is (19,222,160). Sum of RGB (Red+Green+Blue) = 19+222+160=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DEA0 is #EC215F. Grayscale: #9A9A9A. Windows color (decimal): -15475040 or 10542611. OLE color: 10542611.

HSL color Cylindrical-coordinate representation of color #13DEA0: hue angle of 161.67º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DEA0 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 222 160 -
CMYK 0.91 0 0.28 0.13
HSL 161.67º 0.84% 0.47% -
HSV(B) 161.67º 0.91% 0.87% -
XYZ 32.74 54.92 42.13 -
YUV 154.24 131.25 31.54 -
System Red Green Blue C M Y K H S L
Decimal 19 222 160 0.91 0 0.28 0.13 161.67 0.84 0.47
Hex 13 DE A0 5B 0 1C D A2 54 2F
Octal 23 336 240 133 0 34 15 242 124 57
Binary 10011 11011110 10100000 1011011 0 11100 1101 10100010 1010100 101111

Color Harmonies of #13DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DEA0

Black with #13DEA0

Text Example


Text Example

White with #13DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,222,160); }

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

background-color css

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

 a { background-color: rgb(19,222,160); }

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

border-color css

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

 span { border-color: rgb(19,222,160); }

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