Html Css Color HEX #1FC2A0 Light Sea Green

📋 copy color: '#1FC2A0'

red 31 ◦ green 194 ◦ blue 160

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

Shades of Light Sea Green #1FC2A0

Tints of Light Sea Green #1FC2A0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.39%

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

R = 8.05%
G = 50.39%
B = 41.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#1FC2A0 (or 0x1FC2A0) is known color: Light Sea Green. HEX triplet: 1F, C2 and A0. RGB value is (31,194,160). Sum of RGB (Red+Green+Blue) = 31+194+160=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC2A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC2A0 is #E03D5F. Grayscale: #8D8D8D. Windows color (decimal): -14695776 or 10535455. OLE color: 10535455.

HSL color Cylindrical-coordinate representation of color #1FC2A0: hue angle of 167.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC2A0 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 194 160 -
CMYK 0.84 0 0.18 0.24
HSL 167.48º 0.72% 0.44% -
HSV(B) 167.48º 0.84% 0.76% -
XYZ 26.2 41.41 39.87 -
YUV 141.39 138.5 49.26 -
System Red Green Blue C M Y K H S L
Decimal 31 194 160 0.84 0 0.18 0.24 167.48 0.72 0.44
Hex 1F C2 A0 54 0 12 18 A7 48 2C
Octal 37 302 240 124 0 22 30 247 110 54
Binary 11111 11000010 10100000 1010100 0 10010 11000 10100111 1001000 101100

Color Harmonies of #1FC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC2A0

Black with #1FC2A0

Text Example


Text Example

White with #1FC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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