#0FAAB0

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

Shades of Light Sea Green #0FAAB0

Tints of Light Sea Green #0FAAB0

Color information

#0FAAB0 (or 0x0FAAB0) is unknown color: approx Light Sea Green. HEX triplet: 0F, AA and B0. RGB value is (15,170,176). Sum of RGB (Red+Green+Blue) = 15+170+176=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #0FAAB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAB0 is #F0554F. Grayscale: #7C7C7C. Windows color (decimal): -15750480 or 11577871. OLE color: 11577871.

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

Color convert

RGB15170176-
CMYK0.910.0300.31
HSL182.24º84.29%37.45%-
HSV(B)182.24º91.48%69.02%-
XYZ22.4131.9946.07-
YUV124.34157.1550.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=4.16%
G=47.09%
B=48.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151701760.910.0300.31182.2484.2937.45
HexFAAB05B301Fb65425
Octal17252260133303726612445
Binary11111010101010110000101101111011111101101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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