Html Css Color HEX #1FAA9F Light Sea Green

📋 copy color: '#1FAA9F'

red 31 ◦ green 170 ◦ blue 159

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

Shades of Light Sea Green #1FAA9F

Tints of Light Sea Green #1FAA9F

RGB

 RED value IS 31 (12.5% from 255) = 8.61%

 GREEN value IS 170 (66.8% from 255) = 47.22%

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

R = 8.61%
G = 47.22%
B = 44.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#1FAA9F (or 0x1FAA9F) is known color: Light Sea Green. HEX triplet: 1F, AA and 9F. RGB value is (31,170,159). Sum of RGB (Red+Green+Blue) = 31+170+159=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAA9F is #E05560. Grayscale: #7F7F7F. Windows color (decimal): -14701921 or 10463775. OLE color: 10463775.

HSL color Cylindrical-coordinate representation of color #1FAA9F: hue angle of 175.25º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA9F is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 170 159 -
CMYK 0.82 0 0.06 0.33
HSL 175.25º 0.69% 0.39% -
HSV(B) 175.25º 0.82% 0.67% -
XYZ 21.2 31.54 37.77 -
YUV 127.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 31 170 159 0.82 0 0.06 0.33 175.25 0.69 0.39
Hex 1F AA 9F 52 0 6 21 AF 45 27
Octal 37 252 237 122 0 6 41 257 105 47
Binary 11111 10101010 10011111 1010010 0 110 100001 10101111 1000101 100111

Color Harmonies of #1FAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAA9F

Black with #1FAA9F

Text Example


Text Example

White with #1FAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FAA9F; }

 p { color: rgb(31,170,159); }

 H1.HeaderClassName
 {
   color: #1FAA9F;
 }
 .AnyTagClassName
 {
   color: #1FAA9F;
 }
</style>

background-color css

<style>
 a { background-color: #1FAA9F; }

 a { background-color: rgb(31,170,159); }

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

border-color css

<style>
 span { border-color: #1FAA9F; }

 span { border-color: rgb(31,170,159); }

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