#0FA9AA

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

Shades of Light Sea Green #0FA9AA

Tints of Light Sea Green #0FA9AA

Color information

#0FA9AA (or 0x0FA9AA) is unknown color: approx Light Sea Green. HEX triplet: 0F, A9 and AA. RGB value is (15,169,170). Sum of RGB (Red+Green+Blue) = 15+169+170=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #0FA9AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA9AA is #F05655. Grayscale: #7A7A7A. Windows color (decimal): -15750742 or 11184399. OLE color: 11184399.

HSL color Cylindrical-coordinate representation of color #0FA9AA: hue angle of 180.39º 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 #0FA9AA is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15169170-
CMYK0.910.0100.33
HSL180.39º83.78%36.27%-
HSV(B)180.39º91.18%66.67%-
XYZ21.6431.3842.95-
YUV123.07154.4850.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.24%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=4.24%
G=47.74%
B=48.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151691700.910.0100.33180.3983.7836.27
HexFA9AA5B1021b45424
Octal17251252133104126412444
Binary11111010100110101010101101110100001101101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,169,170); }

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

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

 a { background-color: rgb(15,169,170); }

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

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

 span { border-color: rgb(15,169,170); }

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