Html Css Color HEX #86BB8A Dark Sea Green

📋 copy color: '#86BB8A'

red 134 ◦ green 187 ◦ blue 138

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

Shades of Dark Sea Green #86BB8A

Tints of Dark Sea Green #86BB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 29.19%
G = 40.74%
B = 30.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#86BB8A (or 0x86BB8A) is known color: Dark Sea Green. HEX triplet: 86, BB and 8A. RGB value is (134,187,138). Sum of RGB (Red+Green+Blue) = 134+187+138=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB8A is #794475. Grayscale: #A5A5A5. Windows color (decimal): -7947382 or 9091974. OLE color: 9091974.

HSL color Cylindrical-coordinate representation of color #86BB8A: hue angle of 124.53º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BB8A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 187 138 -
CMYK 0.28 0 0.26 0.27
HSL 124.53º 0.28% 0.63% -
HSV(B) 124.53º 0.28% 0.73% -
XYZ 32.19 42.44 30.54 -
YUV 165.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 134 187 138 0.28 0 0.26 0.27 124.53 0.28 0.63
Hex 86 BB 8A 1C 0 1A 1B 7D 1C 3F
Octal 206 273 212 34 0 32 33 175 34 77
Binary 10000110 10111011 10001010 11100 0 11010 11011 1111101 11100 111111

Color Harmonies of #86BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BB8A

Black with #86BB8A

Text Example


Text Example

White with #86BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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