Html Css Color HEX #1FC9AF Light Sea Green

📋 copy color: '#1FC9AF'

red 31 ◦ green 201 ◦ blue 175

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

Shades of Light Sea Green #1FC9AF

Tints of Light Sea Green #1FC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

 BLUE value IS 175 (68.75% from 255) = 43%

R = 7.62%
G = 49.39%
B = 43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#1FC9AF (or 0x1FC9AF) is known color: Light Sea Green. HEX triplet: 1F, C9 and AF. RGB value is (31,201,175). Sum of RGB (Red+Green+Blue) = 31+201+175=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC9AF is #E03650. Grayscale: #939393. Windows color (decimal): -14693969 or 11520287. OLE color: 11520287.

HSL color Cylindrical-coordinate representation of color #1FC9AF: hue angle of 170.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC9AF is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 201 175 -
CMYK 0.85 0 0.13 0.21
HSL 170.82º 0.73% 0.45% -
HSV(B) 170.82º 0.85% 0.79% -
XYZ 29.19 45.16 47.74 -
YUV 147.21 143.68 45.11 -
System Red Green Blue C M Y K H S L
Decimal 31 201 175 0.85 0 0.13 0.21 170.82 0.73 0.45
Hex 1F C9 AF 55 0 D 15 AB 49 2D
Octal 37 311 257 125 0 15 25 253 111 55
Binary 11111 11001001 10101111 1010101 0 1101 10101 10101011 1001001 101101

Color Harmonies of #1FC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC9AF

Black with #1FC9AF

Text Example


Text Example

White with #1FC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,201,175); }

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

background-color css

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

 a { background-color: rgb(31,201,175); }

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

border-color css

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

 span { border-color: rgb(31,201,175); }

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