#86B38A

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

Shades of Dark Sea Green #86B38A

Tints of Dark Sea Green #86B38A

Color information

#86B38A (or 0x86B38A) is unknown color: approx Dark Sea Green. HEX triplet: 86, B3 and 8A. RGB value is (134,179,138). Sum of RGB (Red+Green+Blue) = 134+179+138=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #86B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B38A is #794C75. Grayscale: #A0A0A0. Windows color (decimal): -7949430 or 9089926. OLE color: 9089926.

HSL color Cylindrical-coordinate representation of color #86B38A: hue angle of 125.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B38A is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB134179138-
CMYK0.2500.230.30
HSL125.33º22.84%61.37%-
HSV(B)125.33º25.14%70.2%-
XYZ30.5439.1429.99-
YUV160.87115.09108.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=29.71%
G=39.69%
B=30.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341791380.2500.230.30125.3322.8461.37
Hex86B38A190171E7d173d
Octal20626321231027361752775
Binary1000011010110011100010101100101011111110111110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,138); }

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

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

 a { background-color: rgb(134,179,138); }

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

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

 span { border-color: rgb(134,179,138); }

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