Html Css Color HEX #13C39B Caribbean Green

📋 copy color: '#13C39B'

red 19 ◦ green 195 ◦ blue 155

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

Shades of Caribbean Green #13C39B

Tints of Caribbean Green #13C39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 5.15%
G = 52.85%
B = 42.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#13C39B (or 0x13C39B) is known color: Caribbean Green. HEX triplet: 13, C3 and 9B. RGB value is (19,195,155). Sum of RGB (Red+Green+Blue) = 19+195+155=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #13C39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C39B is #EC3C64. Grayscale: #898989. Windows color (decimal): -15481957 or 10208019. OLE color: 10208019.

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

Color convert

RGB 19 195 155 -
CMYK 0.90 0 0.21 0.24
HSL 166.36º 0.82% 0.42% -
HSV(B) 166.36º 0.9% 0.76% -
XYZ 25.7 41.54 37.67 -
YUV 137.82 137.69 43.25 -
System Red Green Blue C M Y K H S L
Decimal 19 195 155 0.90 0 0.21 0.24 166.36 0.82 0.42
Hex 13 C3 9B 5A 0 15 18 A6 52 2A
Octal 23 303 233 132 0 25 30 246 122 52
Binary 10011 11000011 10011011 1011010 0 10101 11000 10100110 1010010 101010

Color Harmonies of #13C39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C39B

Black with #13C39B

Text Example


Text Example

White with #13C39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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