#0FB8AD

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

Shades of Light Sea Green #0FB8AD

Tints of Light Sea Green #0FB8AD

Color information

#0FB8AD (or 0x0FB8AD) is unknown color: approx Light Sea Green. HEX triplet: 0F, B8 and AD. RGB value is (15,184,173). Sum of RGB (Red+Green+Blue) = 15+184+173=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB8AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB8AD is #F04752. Grayscale: #848484. Windows color (decimal): -15746899 or 11384847. OLE color: 11384847.

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

Color convert

RGB15184173-
CMYK0.9200.060.28
HSL176.09º84.92%39.02%-
HSV(B)176.09º91.85%72.16%-
XYZ24.8837.445.44-
YUV132.22151.0144.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.03%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=4.03%
G=49.46%
B=46.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151841730.9200.060.28176.0984.9239.02
HexFB8AD5C061Cb05527
Octal17270255134063426012547
Binary111110111000101011011011100011011100101100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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