#1FB8AC

Color #1FB8AC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1FB8AC

Tints of Light Sea Green #1FB8AC

Color information

#1FB8AC (or 0x1FB8AC) is unknown color: approx Light Sea Green. HEX triplet: 1F, B8 and AC. RGB value is (31,184,172). Sum of RGB (Red+Green+Blue) = 31+184+172=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB8AC is #E04753. Grayscale: #888888. Windows color (decimal): -14698324 or 11319327. OLE color: 11319327.

HSL color Cylindrical-coordinate representation of color #1FB8AC: hue angle of 175.29º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB8AC is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB31184172-
CMYK0.8300.070.28
HSL175.29º71.16%42.16%-
HSV(B)175.29º83.15%72.16%-
XYZ25.1537.5544.95-
YUV136.88147.8152.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.01%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=8.01%
G=47.55%
B=44.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal311841720.8300.070.28175.2971.1642.16
Hex1FB8AC53071Caf472a
Octal37270254123073425710752
Binary1111110111000101011001010011011111100101011111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FB8AC;
 }
 .AnyTagClassName
 {
   color: #1FB8AC;
 }
</style>
background-color css

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

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

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

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

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

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