#86B488

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

Shades of Dark Sea Green #86B488

Tints of Dark Sea Green #86B488

Color information

#86B488 (or 0x86B488) is unknown color: approx Dark Sea Green. HEX triplet: 86, B4 and 88. RGB value is (134,180,136). Sum of RGB (Red+Green+Blue) = 134+180+136=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #86B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B488 is #794B77. Grayscale: #A1A1A1. Windows color (decimal): -7949176 or 8959110. OLE color: 8959110.

HSL color Cylindrical-coordinate representation of color #86B488: hue angle of 122.61º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B488 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB134180136-
CMYK0.2600.240.29
HSL122.61º23.47%61.57%-
HSV(B)122.61º25.56%70.59%-
XYZ30.639.4929.3-
YUV161.23113.76108.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=29.78%
G=40%
B=30.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801360.2600.240.29122.6123.4761.57
Hex86B4881A0181D7b173e
Octal20626421032030351732776
Binary1000011010110100100010001101001100011101111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,136); }

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

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

 a { background-color: rgb(134,180,136); }

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

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

 span { border-color: rgb(134,180,136); }

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