Html Css Color HEX #86B688 Dark Sea Green

📋 copy color: '#86B688'

red 134 ◦ green 182 ◦ blue 136

#86B688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #86B688

Tints of Dark Sea Green #86B688

RGB

 RED value IS 134 (52.73% from 255) = 29.65%

 GREEN value IS 182 (71.48% from 255) = 40.27%

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 29.65%
G = 40.27%
B = 30.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#86B688 (or 0x86B688) is known color: Dark Sea Green. HEX triplet: 86, B6 and 88. RGB value is (134,182,136). Sum of RGB (Red+Green+Blue) = 134+182+136=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #86B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B688 is #794977. Grayscale: #A2A2A2. Windows color (decimal): -7948664 or 8959622. OLE color: 8959622.

HSL color Cylindrical-coordinate representation of color #86B688: hue angle of 122.5º degrees, saturation: 0.25, 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 #86B688 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 136 -
CMYK 0.26 0 0.25 0.29
HSL 122.5º 0.25% 0.62% -
HSV(B) 122.5º 0.26% 0.71% -
XYZ 31 40.3 29.44 -
YUV 162.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 134 182 136 0.26 0 0.25 0.29 122.5 0.25 0.62
Hex 86 B6 88 1A 0 19 1D 7B 19 3E
Octal 206 266 210 32 0 31 35 173 31 76
Binary 10000110 10110110 10001000 11010 0 11001 11101 1111011 11001 111110

Color Harmonies of #86B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B688

Black with #86B688

Text Example


Text Example

White with #86B688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86B688;
 }
 .AnyTagClassName
 {
   color: #86B688;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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