Html Css Color HEX #13E0A7 Caribbean Green

📋 copy color: '#13E0A7'

red 19 ◦ green 224 ◦ blue 167

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

Shades of Caribbean Green #13E0A7

Tints of Caribbean Green #13E0A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 4.63%
G = 54.63%
B = 40.73%

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

#13E0A7 (or 0x13E0A7) is known color: Caribbean Green. HEX triplet: 13, E0 and A7. RGB value is (19,224,167). Sum of RGB (Red+Green+Blue) = 19+224+167=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E0A7 is #EC1F58. Grayscale: #9C9C9C. Windows color (decimal): -15474521 or 11001875. OLE color: 11001875.

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

Color convert

RGB 19 224 167 -
CMYK 0.92 0 0.25 0.12
HSL 163.32º 0.84% 0.48% -
HSV(B) 163.32º 0.92% 0.88% -
XYZ 33.9 56.24 45.63 -
YUV 156.21 134.08 30.13 -
System Red Green Blue C M Y K H S L
Decimal 19 224 167 0.92 0 0.25 0.12 163.32 0.84 0.48
Hex 13 E0 A7 5C 0 19 C A3 54 30
Octal 23 340 247 134 0 31 14 243 124 60
Binary 10011 11100000 10100111 1011100 0 11001 1100 10100011 1010100 110000

Color Harmonies of #13E0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0A7

Black with #13E0A7

Text Example


Text Example

White with #13E0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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