Html Css Color HEX #13E0A9 Caribbean Green

📋 copy color: '#13E0A9'

red 19 ◦ green 224 ◦ blue 169

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

Shades of Caribbean Green #13E0A9

Tints of Caribbean Green #13E0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 4.61%
G = 54.37%
B = 41.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#13E0A9 (or 0x13E0A9) is known color: Caribbean Green. HEX triplet: 13, E0 and A9. RGB value is (19,224,169). Sum of RGB (Red+Green+Blue) = 19+224+169=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E0A9 is #EC1F56. Grayscale: #9C9C9C. Windows color (decimal): -15474519 or 11132947. OLE color: 11132947.

HSL color Cylindrical-coordinate representation of color #13E0A9: hue angle of 163.9º 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 #13E0A9 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 169 -
CMYK 0.92 0 0.25 0.12
HSL 163.9º 0.84% 0.48% -
HSV(B) 163.9º 0.92% 0.88% -
XYZ 34.09 56.31 46.61 -
YUV 156.44 135.08 29.97 -
System Red Green Blue C M Y K H S L
Decimal 19 224 169 0.92 0 0.25 0.12 163.9 0.84 0.48
Hex 13 E0 A9 5C 0 19 C A4 54 30
Octal 23 340 251 134 0 31 14 244 124 60
Binary 10011 11100000 10101001 1011100 0 11001 1100 10100100 1010100 110000

Color Harmonies of #13E0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0A9

Black with #13E0A9

Text Example


Text Example

White with #13E0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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