Html Css Color HEX #13C499 Caribbean Green

📋 copy color: '#13C499'

red 19 ◦ green 196 ◦ blue 153

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

Shades of Caribbean Green #13C499

Tints of Caribbean Green #13C499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 5.16%
G = 53.26%
B = 41.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#13C499 (or 0x13C499) is known color: Caribbean Green. HEX triplet: 13, C4 and 99. RGB value is (19,196,153). Sum of RGB (Red+Green+Blue) = 19+196+153=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #13C499 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C499 is #EC3B66. Grayscale: #8A8A8A. Windows color (decimal): -15481703 or 10077203. OLE color: 10077203.

HSL color Cylindrical-coordinate representation of color #13C499: hue angle of 165.42º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C499 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 196 153 -
CMYK 0.90 0 0.22 0.23
HSL 165.42º 0.82% 0.42% -
HSV(B) 165.42º 0.9% 0.77% -
XYZ 25.76 41.92 36.87 -
YUV 138.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 19 196 153 0.90 0 0.22 0.23 165.42 0.82 0.42
Hex 13 C4 99 5A 0 16 17 A5 52 2A
Octal 23 304 231 132 0 26 27 245 122 52
Binary 10011 11000100 10011001 1011010 0 10110 10111 10100101 1010010 101010

Color Harmonies of #13C499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C499

Black with #13C499

Text Example


Text Example

White with #13C499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,196,153); }

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

background-color css

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

 a { background-color: rgb(19,196,153); }

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

border-color css

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

 span { border-color: rgb(19,196,153); }

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