Html Css Color HEX #1FC3A0 Light Sea Green

📋 copy color: '#1FC3A0'

red 31 ◦ green 195 ◦ blue 160

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

Shades of Light Sea Green #1FC3A0

Tints of Light Sea Green #1FC3A0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.52%

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

R = 8.03%
G = 50.52%
B = 41.45%

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

#1FC3A0 (or 0x1FC3A0) is known color: Light Sea Green. HEX triplet: 1F, C3 and A0. RGB value is (31,195,160). Sum of RGB (Red+Green+Blue) = 31+195+160=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC3A0 is #E03C5F. Grayscale: #8D8D8D. Windows color (decimal): -14695520 or 10535711. OLE color: 10535711.

HSL color Cylindrical-coordinate representation of color #1FC3A0: hue angle of 167.2º degrees, saturation: 0.73, 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 #1FC3A0 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 195 160 -
CMYK 0.84 0 0.18 0.24
HSL 167.2º 0.73% 0.44% -
HSV(B) 167.2º 0.84% 0.76% -
XYZ 26.43 41.86 39.94 -
YUV 141.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 31 195 160 0.84 0 0.18 0.24 167.2 0.73 0.44
Hex 1F C3 A0 54 0 12 18 A7 49 2C
Octal 37 303 240 124 0 22 30 247 111 54
Binary 11111 11000011 10100000 1010100 0 10010 11000 10100111 1001001 101100

Color Harmonies of #1FC3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC3A0

Black with #1FC3A0

Text Example


Text Example

White with #1FC3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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