#1FB8AE

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

Shades of Light Sea Green #1FB8AE

Tints of Light Sea Green #1FB8AE

Color information

#1FB8AE (or 0x1FB8AE) is unknown color: approx Light Sea Green. HEX triplet: 1F, B8 and AE. RGB value is (31,184,174). Sum of RGB (Red+Green+Blue) = 31+184+174=389 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.97% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB8AE is #E04751. Grayscale: #898989. Windows color (decimal): -14698322 or 11450399. OLE color: 11450399.

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

Color convert

RGB31184174-
CMYK0.8300.050.28
HSL176.08º71.16%42.16%-
HSV(B)176.08º83.15%72.16%-
XYZ25.3537.6345.97-
YUV137.11148.8152.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.97%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=7.97%
G=47.30%
B=44.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal311841740.8300.050.28176.0871.1642.16
Hex1FB8AE53051Cb0472a
Octal37270256123053426010752
Binary1111110111000101011101010011010111100101100001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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