#8FBB96

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

Shades of Dark Sea Green #8FBB96

Tints of Dark Sea Green #8FBB96

Color information

#8FBB96 (or 0x8FBB96) is unknown color: approx Dark Sea Green. HEX triplet: 8F, BB and 96. RGB value is (143,187,150). Sum of RGB (Red+Green+Blue) = 143+187+150=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBB96 is #704469. Grayscale: #A9A9A9. Windows color (decimal): -7357546 or 9878415. OLE color: 9878415.

HSL color Cylindrical-coordinate representation of color #8FBB96: hue angle of 129.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBB96 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB143187150-
CMYK0.2400.200.27
HSL129.55º24.44%64.71%-
HSV(B)129.55º23.53%73.33%-
XYZ34.643.5835.44-
YUV169.63116.92109.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.79%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=29.79%
G=38.96%
B=31.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431871500.2400.200.27129.5524.4464.71
Hex8FBB96180141B821841
Octal217273226300243320230101
Binary100011111011101110010110110000101001101110000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBB96; }

 p { color: rgb(143,187,150); }

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

<style>
 a { background-color: #8FBB96; }

 a { background-color: rgb(143,187,150); }

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

<style>
 span { border-color: #8FBB96; }

 span { border-color: rgb(143,187,150); }

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