#1faba7

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

Shades of Light Sea Green #1FABA7

Tints of Light Sea Green #1FABA7

Color information

#1FABA7 (or 0x1FABA7) is unknown color: approx Light Sea Green. HEX triplet: 1F, AB and A7. RGB value is (31,171,167). Sum of RGB (Red+Green+Blue) = 31+171+167=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #1FABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABA7 is #E05458. Grayscale: #808080. Windows color (decimal): -14701657 or 10988319. OLE color: 10988319.

HSL color Cylindrical-coordinate representation of color #1FABA7: hue angle of 178.29º 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 #1FABA7 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB31171167-
CMYK0.8200.020.33
HSL178.29º69.31%39.61%-
HSV(B)178.29º81.87%67.06%-
XYZ22.132.2141.61-
YUV128.68149.6258.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.40%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=8.40%
G=46.34%
B=45.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311711670.8200.020.33178.2969.3139.61
Hex1FABA7520221b24528
Octal37253247122024126210550
Binary1111110101011101001111010010010100001101100101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1faba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,171,167); }

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

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

 a { background-color: rgb(31,171,167); }

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

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

 span { border-color: rgb(31,171,167); }

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