Html Css Color HEX #1FAAA0 Light Sea Green

📋 copy color: '#1FAAA0'

red 31 ◦ green 170 ◦ blue 160

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

Shades of Light Sea Green #1FAAA0

Tints of Light Sea Green #1FAAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 8.59%
G = 47.09%
B = 44.32%

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

#1FAAA0 (or 0x1FAAA0) is known color: Light Sea Green. HEX triplet: 1F, AA and A0. RGB value is (31,170,160). Sum of RGB (Red+Green+Blue) = 31+170+160=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAA0 is #E0555F. Grayscale: #7F7F7F. Windows color (decimal): -14701920 or 10529311. OLE color: 10529311.

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

Color convert

RGB 31 170 160 -
CMYK 0.82 0 0.06 0.33
HSL 175.68º 0.69% 0.39% -
HSV(B) 175.68º 0.82% 0.67% -
XYZ 21.28 31.58 38.23 -
YUV 127.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 31 170 160 0.82 0 0.06 0.33 175.68 0.69 0.39
Hex 1F AA A0 52 0 6 21 B0 45 27
Octal 37 252 240 122 0 6 41 260 105 47
Binary 11111 10101010 10100000 1010010 0 110 100001 10110000 1000101 100111

Color Harmonies of #1FAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAAA0

Black with #1FAAA0

Text Example


Text Example

White with #1FAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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