Html Css Color HEX #13C995 Caribbean Green

📋 copy color: '#13C995'

red 19 ◦ green 201 ◦ blue 149

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

Shades of Caribbean Green #13C995

Tints of Caribbean Green #13C995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.38%

R = 5.15%
G = 54.47%
B = 40.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#13C995 (or 0x13C995) is known color: Caribbean Green. HEX triplet: 13, C9 and 95. RGB value is (19,201,149). Sum of RGB (Red+Green+Blue) = 19+201+149=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #13C995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C995 is #EC366A. Grayscale: #8C8C8C. Windows color (decimal): -15480427 or 9816339. OLE color: 9816339.

HSL color Cylindrical-coordinate representation of color #13C995: hue angle of 162.86º 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 #13C995 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 149 -
CMYK 0.91 0 0.26 0.21
HSL 162.86º 0.83% 0.43% -
HSV(B) 162.86º 0.91% 0.79% -
XYZ 26.58 44.08 35.54 -
YUV 140.65 132.7 41.23 -
System Red Green Blue C M Y K H S L
Decimal 19 201 149 0.91 0 0.26 0.21 162.86 0.83 0.43
Hex 13 C9 95 5B 0 1A 15 A3 53 2B
Octal 23 311 225 133 0 32 25 243 123 53
Binary 10011 11001001 10010101 1011011 0 11010 10101 10100011 1010011 101011

Color Harmonies of #13C995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C995

Black with #13C995

Text Example


Text Example

White with #13C995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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