#0FB9AD

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

Shades of Light Sea Green #0FB9AD

Tints of Light Sea Green #0FB9AD

Color information

#0FB9AD (or 0x0FB9AD) is unknown color: approx Light Sea Green. HEX triplet: 0F, B9 and AD. RGB value is (15,185,173). Sum of RGB (Red+Green+Blue) = 15+185+173=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB9AD is #F04652. Grayscale: #848484. Windows color (decimal): -15746643 or 11385103. OLE color: 11385103.

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

Color convert

RGB15185173-
CMYK0.9200.060.27
HSL175.76º85%39.22%-
HSV(B)175.76º91.89%72.55%-
XYZ25.0937.8245.51-
YUV132.8150.6843.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.02%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=4.02%
G=49.60%
B=46.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151851730.9200.060.27175.768539.22
HexFB9AD5C061Bb05527
Octal17271255134063326012547
Binary111110111001101011011011100011011011101100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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