Html Css Color HEX #1FAC9B Light Sea Green

📋 copy color: '#1FAC9B'

red 31 ◦ green 172 ◦ blue 155

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

Shades of Light Sea Green #1FAC9B

Tints of Light Sea Green #1FAC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.04%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 8.66%
G = 48.04%
B = 43.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#1FAC9B (or 0x1FAC9B) is known color: Light Sea Green. HEX triplet: 1F, AC and 9B. RGB value is (31,172,155). Sum of RGB (Red+Green+Blue) = 31+172+155=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAC9B is #E05364. Grayscale: #7F7F7F. Windows color (decimal): -14701413 or 10202143. OLE color: 10202143.

HSL color Cylindrical-coordinate representation of color #1FAC9B: hue angle of 172.77º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC9B is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 172 155 -
CMYK 0.82 0 0.10 0.33
HSL 172.77º 0.69% 0.4% -
HSV(B) 172.77º 0.82% 0.67% -
XYZ 21.23 32.16 36.1 -
YUV 127.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 31 172 155 0.82 0 0.10 0.33 172.77 0.69 0.4
Hex 1F AC 9B 52 0 A 21 AD 45 28
Octal 37 254 233 122 0 12 41 255 105 50
Binary 11111 10101100 10011011 1010010 0 1010 100001 10101101 1000101 101000

Color Harmonies of #1FAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAC9B

Black with #1FAC9B

Text Example


Text Example

White with #1FAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,172,155); }

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

background-color css

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

 a { background-color: rgb(31,172,155); }

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

border-color css

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

 span { border-color: rgb(31,172,155); }

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