Html Css Color HEX #1FC6AA Light Sea Green

📋 copy color: '#1FC6AA'

red 31 ◦ green 198 ◦ blue 170

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

Shades of Light Sea Green #1FC6AA

Tints of Light Sea Green #1FC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.62%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 7.77%
G = 49.62%
B = 42.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#1FC6AA (or 0x1FC6AA) is known color: Light Sea Green. HEX triplet: 1F, C6 and AA. RGB value is (31,198,170). Sum of RGB (Red+Green+Blue) = 31+198+170=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC6AA is #E03955. Grayscale: #909090. Windows color (decimal): -14694742 or 11191839. OLE color: 11191839.

HSL color Cylindrical-coordinate representation of color #1FC6AA: hue angle of 169.94º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC6AA is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 198 170 -
CMYK 0.84 0 0.14 0.22
HSL 169.94º 0.73% 0.45% -
HSV(B) 169.94º 0.84% 0.78% -
XYZ 28.01 43.58 44.97 -
YUV 144.88 142.17 46.78 -
System Red Green Blue C M Y K H S L
Decimal 31 198 170 0.84 0 0.14 0.22 169.94 0.73 0.45
Hex 1F C6 AA 54 0 E 16 AA 49 2D
Octal 37 306 252 124 0 16 26 252 111 55
Binary 11111 11000110 10101010 1010100 0 1110 10110 10101010 1001001 101101

Color Harmonies of #1FC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC6AA

Black with #1FC6AA

Text Example


Text Example

White with #1FC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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