Html Css Color HEX #13AD9C Light Sea Green

📋 copy color: '#13AD9C'

red 19 ◦ green 173 ◦ blue 156

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

Shades of Light Sea Green #13AD9C

Tints of Light Sea Green #13AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

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

R = 5.46%
G = 49.71%
B = 44.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#13AD9C (or 0x13AD9C) is known color: Light Sea Green. HEX triplet: 13, AD and 9C. RGB value is (19,173,156). Sum of RGB (Red+Green+Blue) = 19+173+156=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD9C is #EC5263. Grayscale: #7C7C7C. Windows color (decimal): -15487588 or 10267923. OLE color: 10267923.

HSL color Cylindrical-coordinate representation of color #13AD9C: hue angle of 173.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD9C is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 156 -
CMYK 0.89 0 0.10 0.32
HSL 173.38º 0.8% 0.38% -
HSV(B) 173.38º 0.89% 0.68% -
XYZ 21.21 32.43 36.59 -
YUV 125.02 145.48 52.38 -
System Red Green Blue C M Y K H S L
Decimal 19 173 156 0.89 0 0.10 0.32 173.38 0.8 0.38
Hex 13 AD 9C 59 0 A 20 AD 50 26
Octal 23 255 234 131 0 12 40 255 120 46
Binary 10011 10101101 10011100 1011001 0 1010 100000 10101101 1010000 100110

Color Harmonies of #13AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD9C

Black with #13AD9C

Text Example


Text Example

White with #13AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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