Html Css Color HEX #13AF9F Light Sea Green

📋 copy color: '#13AF9F'

red 19 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #13AF9F

Tints of Light Sea Green #13AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.58%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 5.38%
G = 49.58%
B = 45.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#13AF9F (or 0x13AF9F) is known color: Light Sea Green. HEX triplet: 13, AF and 9F. RGB value is (19,175,159). Sum of RGB (Red+Green+Blue) = 19+175+159=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF9F is #EC5060. Grayscale: #7E7E7E. Windows color (decimal): -15487073 or 10465043. OLE color: 10465043.

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

Color convert

RGB 19 175 159 -
CMYK 0.89 0 0.09 0.31
HSL 173.85º 0.8% 0.38% -
HSV(B) 173.85º 0.89% 0.69% -
XYZ 21.86 33.3 38.08 -
YUV 126.53 146.32 51.3 -
System Red Green Blue C M Y K H S L
Decimal 19 175 159 0.89 0 0.09 0.31 173.85 0.8 0.38
Hex 13 AF 9F 59 0 9 1F AE 50 26
Octal 23 257 237 131 0 11 37 256 120 46
Binary 10011 10101111 10011111 1011001 0 1001 11111 10101110 1010000 100110

Color Harmonies of #13AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF9F

Black with #13AF9F

Text Example


Text Example

White with #13AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,159); }

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

background-color css

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

 a { background-color: rgb(19,175,159); }

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

border-color css

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

 span { border-color: rgb(19,175,159); }

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