#0FBAA9

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

Shades of Light Sea Green #0FBAA9

Tints of Light Sea Green #0FBAA9

Color information

#0FBAA9 (or 0x0FBAA9) is unknown color: approx Light Sea Green. HEX triplet: 0F, BA and A9. RGB value is (15,186,169). Sum of RGB (Red+Green+Blue) = 15+186+169=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBAA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBAA9 is #F04556. Grayscale: #848484. Windows color (decimal): -15746391 or 11123215. OLE color: 11123215.

HSL color Cylindrical-coordinate representation of color #0FBAA9: hue angle of 174.04º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBAA9 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB15186169-
CMYK0.9200.090.27
HSL174.04º85.07%39.41%-
HSV(B)174.04º91.94%72.94%-
XYZ24.9238.0843.57-
YUV132.93148.3543.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.05%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 169 (66.41% from 255) = 45.68%
R=4.05%
G=50.27%
B=45.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861690.9200.090.27174.0485.0739.41
HexFBAA95C091Bae5527
Octal172722511340113325612547
Binary1111101110101010100110111000100111011101011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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