Html Css Color HEX #13C997 Caribbean Green

📋 copy color: '#13C997'

red 19 ◦ green 201 ◦ blue 151

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

Shades of Caribbean Green #13C997

Tints of Caribbean Green #13C997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 5.12%
G = 54.18%
B = 40.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#13C997 (or 0x13C997) is known color: Caribbean Green. HEX triplet: 13, C9 and 97. RGB value is (19,201,151). Sum of RGB (Red+Green+Blue) = 19+201+151=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #13C997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C997 is #EC3668. Grayscale: #8C8C8C. Windows color (decimal): -15480425 or 9947411. OLE color: 9947411.

HSL color Cylindrical-coordinate representation of color #13C997: hue angle of 163.52º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C997 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 151 -
CMYK 0.91 0 0.25 0.21
HSL 163.52º 0.83% 0.43% -
HSV(B) 163.52º 0.91% 0.79% -
XYZ 26.74 44.15 36.39 -
YUV 140.88 133.7 41.07 -
System Red Green Blue C M Y K H S L
Decimal 19 201 151 0.91 0 0.25 0.21 163.52 0.83 0.43
Hex 13 C9 97 5B 0 19 15 A4 53 2B
Octal 23 311 227 133 0 31 25 244 123 53
Binary 10011 11001001 10010111 1011011 0 11001 10101 10100100 1010011 101011

Color Harmonies of #13C997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C997

Black with #13C997

Text Example


Text Example

White with #13C997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,201,151); }

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

background-color css

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

 a { background-color: rgb(19,201,151); }

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

border-color css

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

 span { border-color: rgb(19,201,151); }

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