Html Css Color HEX #13C398 Caribbean Green

📋 copy color: '#13C398'

red 19 ◦ green 195 ◦ blue 152

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

Shades of Caribbean Green #13C398

Tints of Caribbean Green #13C398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.28%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 5.19%
G = 53.28%
B = 41.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#13C398 (or 0x13C398) is known color: Caribbean Green. HEX triplet: 13, C3 and 98. RGB value is (19,195,152). Sum of RGB (Red+Green+Blue) = 19+195+152=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #13C398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C398 is #EC3C67. Grayscale: #898989. Windows color (decimal): -15481960 or 10011411. OLE color: 10011411.

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

Color convert

RGB 19 195 152 -
CMYK 0.90 0 0.22 0.24
HSL 165.34º 0.82% 0.42% -
HSV(B) 165.34º 0.9% 0.76% -
XYZ 25.45 41.44 36.36 -
YUV 137.47 136.19 43.5 -
System Red Green Blue C M Y K H S L
Decimal 19 195 152 0.90 0 0.22 0.24 165.34 0.82 0.42
Hex 13 C3 98 5A 0 16 18 A5 52 2A
Octal 23 303 230 132 0 26 30 245 122 52
Binary 10011 11000011 10011000 1011010 0 10110 11000 10100101 1010010 101010

Color Harmonies of #13C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C398

Black with #13C398

Text Example


Text Example

White with #13C398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,152); }

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

background-color css

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

 a { background-color: rgb(19,195,152); }

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

border-color css

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

 span { border-color: rgb(19,195,152); }

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