#0FBDA9

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

Shades of Light Sea Green #0FBDA9

Tints of Light Sea Green #0FBDA9

Color information

#0FBDA9 (or 0x0FBDA9) is unknown color: approx Light Sea Green. HEX triplet: 0F, BD and A9. RGB value is (15,189,169). Sum of RGB (Red+Green+Blue) = 15+189+169=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA9 is #F04256. Grayscale: #868686. Windows color (decimal): -15745623 or 11123983. OLE color: 11123983.

HSL color Cylindrical-coordinate representation of color #0FBDA9: hue angle of 173.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDA9 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB15189169-
CMYK0.9200.110.26
HSL173.1º85.29%40%-
HSV(B)173.1º92.06%74.12%-
XYZ25.5639.3643.79-
YUV134.69147.3542.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.02%
GREEN value IS 189 (74.22% from 255) = 50.67%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=4.02%
G=50.67%
B=45.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151891690.9200.110.26173.185.2940
HexFBDA95C0B1Aad5528
Octal172752511340133225512550
Binary1111101111011010100110111000101111010101011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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