Html Css Color HEX #13C09C Caribbean Green

📋 copy color: '#13C09C'

red 19 ◦ green 192 ◦ blue 156

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

Shades of Caribbean Green #13C09C

Tints of Caribbean Green #13C09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 5.18%
G = 52.32%
B = 42.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#13C09C (or 0x13C09C) is known color: Caribbean Green. HEX triplet: 13, C0 and 9C. RGB value is (19,192,156). Sum of RGB (Red+Green+Blue) = 19+192+156=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #13C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C09C is #EC3F63. Grayscale: #888888. Windows color (decimal): -15482724 or 10272787. OLE color: 10272787.

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

Color convert

RGB 19 192 156 -
CMYK 0.90 0 0.19 0.25
HSL 167.51º 0.82% 0.41% -
HSV(B) 167.51º 0.9% 0.75% -
XYZ 25.12 40.24 37.9 -
YUV 136.17 139.19 44.43 -
System Red Green Blue C M Y K H S L
Decimal 19 192 156 0.90 0 0.19 0.25 167.51 0.82 0.41
Hex 13 C0 9C 5A 0 13 19 A8 52 29
Octal 23 300 234 132 0 23 31 250 122 51
Binary 10011 11000000 10011100 1011010 0 10011 11001 10101000 1010010 101001

Color Harmonies of #13C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C09C

Black with #13C09C

Text Example


Text Example

White with #13C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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