Html Css Color HEX #13AC9B Light Sea Green

📋 copy color: '#13AC9B'

red 19 ◦ green 172 ◦ blue 155

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

Shades of Light Sea Green #13AC9B

Tints of Light Sea Green #13AC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

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

R = 5.49%
G = 49.71%
B = 44.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#13AC9B (or 0x13AC9B) is known color: Light Sea Green. HEX triplet: 13, AC and 9B. RGB value is (19,172,155). Sum of RGB (Red+Green+Blue) = 19+172+155=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AC9B is #EC5364. Grayscale: #7C7C7C. Windows color (decimal): -15487845 or 10202131. OLE color: 10202131.

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

Color convert

RGB 19 172 155 -
CMYK 0.89 0 0.10 0.33
HSL 173.33º 0.8% 0.37% -
HSV(B) 173.33º 0.89% 0.67% -
XYZ 20.94 32.01 36.09 -
YUV 124.32 145.31 52.88 -
System Red Green Blue C M Y K H S L
Decimal 19 172 155 0.89 0 0.10 0.33 173.33 0.8 0.37
Hex 13 AC 9B 59 0 A 21 AD 50 25
Octal 23 254 233 131 0 12 41 255 120 45
Binary 10011 10101100 10011011 1011001 0 1010 100001 10101101 1010000 100101

Color Harmonies of #13AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC9B

Black with #13AC9B

Text Example


Text Example

White with #13AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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