#0FB89E

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

Shades of Light Sea Green #0FB89E

Tints of Light Sea Green #0FB89E

Color information

#0FB89E (or 0x0FB89E) is unknown color: approx Light Sea Green. HEX triplet: 0F, B8 and 9E. RGB value is (15,184,158). Sum of RGB (Red+Green+Blue) = 15+184+158=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB89E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB89E is #F04761. Grayscale: #828282. Windows color (decimal): -15746914 or 10401807. OLE color: 10401807.

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

Color convert

RGB15184158-
CMYK0.9200.140.28
HSL170.77º84.92%39.02%-
HSV(B)170.77º91.85%72.16%-
XYZ23.5136.8538.22-
YUV130.5143.5145.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 184 (72.27% from 255) = 51.54%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=4.20%
G=51.54%
B=44.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151841580.9200.140.28170.7784.9239.02
HexFB89E5C0E1Cab5527
Octal172702361340163425312547
Binary1111101110001001111010111000111011100101010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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