#1FB8AD

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

Shades of Light Sea Green #1FB8AD

Tints of Light Sea Green #1FB8AD

Color information

#1FB8AD (or 0x1FB8AD) is unknown color: approx Light Sea Green. HEX triplet: 1F, B8 and AD. RGB value is (31,184,173). Sum of RGB (Red+Green+Blue) = 31+184+173=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB8AD is #E04752. Grayscale: #888888. Windows color (decimal): -14698323 or 11384863. OLE color: 11384863.

HSL color Cylindrical-coordinate representation of color #1FB8AD: hue angle of 175.69º 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 #1FB8AD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB31184173-
CMYK0.8300.060.28
HSL175.69º71.16%42.16%-
HSV(B)175.69º83.15%72.16%-
XYZ25.2537.5945.46-
YUV137148.3152.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.99%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=7.99%
G=47.42%
B=44.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal311841730.8300.060.28175.6971.1642.16
Hex1FB8AD53061Cb0472a
Octal37270255123063426010752
Binary1111110111000101011011010011011011100101100001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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