Html Css Color HEX #1FC1AB Light Sea Green

📋 copy color: '#1FC1AB'

red 31 ◦ green 193 ◦ blue 171

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

Shades of Light Sea Green #1FC1AB

Tints of Light Sea Green #1FC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 7.85%
G = 48.86%
B = 43.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#1FC1AB (or 0x1FC1AB) is known color: Light Sea Green. HEX triplet: 1F, C1 and AB. RGB value is (31,193,171). Sum of RGB (Red+Green+Blue) = 31+193+171=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC1AB is #E03E54. Grayscale: #8D8D8D. Windows color (decimal): -14696021 or 11256095. OLE color: 11256095.

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

Color convert

RGB 31 193 171 -
CMYK 0.84 0 0.11 0.24
HSL 171.85º 0.72% 0.44% -
HSV(B) 171.85º 0.84% 0.76% -
XYZ 26.99 41.37 45.09 -
YUV 142.05 144.33 48.79 -
System Red Green Blue C M Y K H S L
Decimal 31 193 171 0.84 0 0.11 0.24 171.85 0.72 0.44
Hex 1F C1 AB 54 0 B 18 AC 48 2C
Octal 37 301 253 124 0 13 30 254 110 54
Binary 11111 11000001 10101011 1010100 0 1011 11000 10101100 1001000 101100

Color Harmonies of #1FC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC1AB

Black with #1FC1AB

Text Example


Text Example

White with #1FC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,193,171); }

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

background-color css

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

 a { background-color: rgb(31,193,171); }

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

border-color css

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

 span { border-color: rgb(31,193,171); }

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