#0FB9A9

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

Shades of Light Sea Green #0FB9A9

Tints of Light Sea Green #0FB9A9

Color information

#0FB9A9 (or 0x0FB9A9) is unknown color: approx Light Sea Green. HEX triplet: 0F, B9 and A9. RGB value is (15,185,169). Sum of RGB (Red+Green+Blue) = 15+185+169=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB9A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB9A9 is #F04656. Grayscale: #848484. Windows color (decimal): -15746647 or 11122959. OLE color: 11122959.

HSL color Cylindrical-coordinate representation of color #0FB9A9: hue angle of 174.35º 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 #0FB9A9 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB15185169-
CMYK0.9200.090.27
HSL174.35º85%39.22%-
HSV(B)174.35º91.89%72.55%-
XYZ24.7137.6643.5-
YUV132.35148.6844.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.07%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=4.07%
G=50.14%
B=45.80%

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
Decimal151851690.9200.090.27174.358539.22
HexFB9A95C091Bae5527
Octal172712511340113325612547
Binary1111101110011010100110111000100111011101011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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