#0FAAAA

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

Shades of Light Sea Green #0FAAAA

Tints of Light Sea Green #0FAAAA

Color information

#0FAAAA (or 0x0FAAAA) is unknown color: approx Light Sea Green. HEX triplet: 0F, AA and AA. RGB value is (15,170,170). Sum of RGB (Red+Green+Blue) = 15+170+170=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #0FAAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAAA is #F05555. Grayscale: #7B7B7B. Windows color (decimal): -15750486 or 11184655. OLE color: 11184655.

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

Color convert

RGB15170170-
CMYK0.91000.33
HSL180º83.78%36.27%-
HSV(B)180º91.18%66.67%-
XYZ21.8331.7543.01-
YUV123.65154.1550.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.23%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=4.23%
G=47.89%
B=47.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151701700.91000.3318083.7836.27
HexFAAAA5B0021b45424
Octal17252252133004126412444
Binary11111010101010101010101101100100001101101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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