Html Css Color HEX #1FAA9B Light Sea Green

📋 copy color: '#1FAA9B'

red 31 ◦ green 170 ◦ blue 155

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

Shades of Light Sea Green #1FAA9B

Tints of Light Sea Green #1FAA9B

RGB

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

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

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

R = 8.71%
G = 47.75%
B = 43.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#1FAA9B (or 0x1FAA9B) is known color: Light Sea Green. HEX triplet: 1F, AA and 9B. RGB value is (31,170,155). Sum of RGB (Red+Green+Blue) = 31+170+155=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAA9B is #E05564. Grayscale: #7E7E7E. Windows color (decimal): -14701925 or 10201631. OLE color: 10201631.

HSL color Cylindrical-coordinate representation of color #1FAA9B: hue angle of 173.53º 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 #1FAA9B is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 170 155 -
CMYK 0.82 0 0.09 0.33
HSL 173.53º 0.69% 0.39% -
HSV(B) 173.53º 0.82% 0.67% -
XYZ 20.86 31.41 35.97 -
YUV 126.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 31 170 155 0.82 0 0.09 0.33 173.53 0.69 0.39
Hex 1F AA 9B 52 0 9 21 AE 45 27
Octal 37 252 233 122 0 11 41 256 105 47
Binary 11111 10101010 10011011 1010010 0 1001 100001 10101110 1000101 100111

Color Harmonies of #1FAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAA9B

Black with #1FAA9B

Text Example


Text Example

White with #1FAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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