#0FABA6

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

Shades of Light Sea Green #0FABA6

Tints of Light Sea Green #0FABA6

Color information

#0FABA6 (or 0x0FABA6) is unknown color: approx Light Sea Green. HEX triplet: 0F, AB and A6. RGB value is (15,171,166). Sum of RGB (Red+Green+Blue) = 15+171+166=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA6 is #F05459. Grayscale: #7B7B7B. Windows color (decimal): -15750234 or 10922767. OLE color: 10922767.

HSL color Cylindrical-coordinate representation of color #0FABA6: hue angle of 178.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FABA6 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB15171166-
CMYK0.9100.030.33
HSL178.08º83.87%36.47%-
HSV(B)178.08º91.23%67.06%-
XYZ21.6431.9841.11-
YUV123.79151.8250.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.26%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 166 (65.23% from 255) = 47.16%
R=4.26%
G=48.58%
B=47.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151711660.9100.030.33178.0883.8736.47
HexFABA65B0321b25424
Octal17253246133034126212444
Binary111110101011101001101011011011100001101100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FABA6; }

 p { color: rgb(15,171,166); }

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

<style>
 a { background-color: #0FABA6; }

 a { background-color: rgb(15,171,166); }

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

<style>
 span { border-color: #0FABA6; }

 span { border-color: rgb(15,171,166); }

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