Html Css Color HEX #13C9B7 Light Sea Green

📋 copy color: '#13C9B7'

red 19 ◦ green 201 ◦ blue 183

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

Shades of Light Sea Green #13C9B7

Tints of Light Sea Green #13C9B7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.88%

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 4.71%
G = 49.88%
B = 45.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#13C9B7 (or 0x13C9B7) is known color: Light Sea Green. HEX triplet: 13, C9 and B7. RGB value is (19,201,183). Sum of RGB (Red+Green+Blue) = 19+201+183=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #13C9B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C9B7 is #EC3648. Grayscale: #909090. Windows color (decimal): -15480393 or 12044563. OLE color: 12044563.

HSL color Cylindrical-coordinate representation of color #13C9B7: hue angle of 174.07º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C9B7 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 183 -
CMYK 0.91 0 0.09 0.21
HSL 174.07º 0.83% 0.43% -
HSV(B) 174.07º 0.91% 0.79% -
XYZ 29.7 45.33 51.98 -
YUV 144.53 149.7 38.46 -
System Red Green Blue C M Y K H S L
Decimal 19 201 183 0.91 0 0.09 0.21 174.07 0.83 0.43
Hex 13 C9 B7 5B 0 9 15 AE 53 2B
Octal 23 311 267 133 0 11 25 256 123 53
Binary 10011 11001001 10110111 1011011 0 1001 10101 10101110 1010011 101011

Color Harmonies of #13C9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C9B7

Black with #13C9B7

Text Example


Text Example

White with #13C9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,201,183); }

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

background-color css

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

 a { background-color: rgb(19,201,183); }

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

border-color css

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

 span { border-color: rgb(19,201,183); }

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