Html Css Color HEX #13C09A Caribbean Green

📋 copy color: '#13C09A'

red 19 ◦ green 192 ◦ blue 154

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

Shades of Caribbean Green #13C09A

Tints of Caribbean Green #13C09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 5.21%
G = 52.6%
B = 42.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#13C09A (or 0x13C09A) is known color: Caribbean Green. HEX triplet: 13, C0 and 9A. RGB value is (19,192,154). Sum of RGB (Red+Green+Blue) = 19+192+154=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #13C09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C09A is #EC3F65. Grayscale: #878787. Windows color (decimal): -15482726 or 10141715. OLE color: 10141715.

HSL color Cylindrical-coordinate representation of color #13C09A: hue angle of 166.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C09A is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 154 -
CMYK 0.90 0 0.20 0.25
HSL 166.82º 0.82% 0.41% -
HSV(B) 166.82º 0.9% 0.75% -
XYZ 24.95 40.17 37.01 -
YUV 135.94 138.19 44.59 -
System Red Green Blue C M Y K H S L
Decimal 19 192 154 0.90 0 0.20 0.25 166.82 0.82 0.41
Hex 13 C0 9A 5A 0 14 19 A7 52 29
Octal 23 300 232 132 0 24 31 247 122 51
Binary 10011 11000000 10011010 1011010 0 10100 11001 10100111 1010010 101001

Color Harmonies of #13C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C09A

Black with #13C09A

Text Example


Text Example

White with #13C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,154); }

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

background-color css

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

 a { background-color: rgb(19,192,154); }

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

border-color css

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

 span { border-color: rgb(19,192,154); }

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