#86BF8E

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

Shades of Dark Sea Green #86BF8E

Tints of Dark Sea Green #86BF8E

Color information

#86BF8E (or 0x86BF8E) is unknown color: approx Dark Sea Green. HEX triplet: 86, BF and 8E. RGB value is (134,191,142). Sum of RGB (Red+Green+Blue) = 134+191+142=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF8E is #794071. Grayscale: #A8A8A8. Windows color (decimal): -7946354 or 9355142. OLE color: 9355142.

HSL color Cylindrical-coordinate representation of color #86BF8E: hue angle of 128.42º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BF8E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB134191142-
CMYK0.3000.260.25
HSL128.42º30.81%63.73%-
HSV(B)128.42º29.84%74.9%-
XYZ33.3444.2832.38-
YUV168.37113.12103.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=28.69%
G=40.90%
B=30.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341911420.3000.260.25128.4230.8163.73
Hex86BF8E1E01A19801f40
Octal206277216360323120037100
Binary100001101011111110001110111100110101100110000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BF8E; }

 p { color: rgb(134,191,142); }

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

<style>
 a { background-color: #86BF8E; }

 a { background-color: rgb(134,191,142); }

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

<style>
 span { border-color: #86BF8E; }

 span { border-color: rgb(134,191,142); }

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