Html Css Color HEX #8CB886 Dark Sea Green

📋 copy color: '#8CB886'

red 140 ◦ green 184 ◦ blue 134

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

Shades of Dark Sea Green #8CB886

Tints of Dark Sea Green #8CB886

RGB

 RED value IS 140 (55.08% from 255) = 30.57%

 GREEN value IS 184 (72.27% from 255) = 40.17%

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 30.57%
G = 40.17%
B = 29.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#8CB886 (or 0x8CB886) is known color: Dark Sea Green. HEX triplet: 8C, B8 and 86. RGB value is (140,184,134). Sum of RGB (Red+Green+Blue) = 140+184+134=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB886 is #734779. Grayscale: #A5A5A5. Windows color (decimal): -7554938 or 8829068. OLE color: 8829068.

HSL color Cylindrical-coordinate representation of color #8CB886: hue angle of 112.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CB886 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 134 -
CMYK 0.24 0 0.27 0.28
HSL 112.8º 0.26% 0.62% -
HSV(B) 112.8º 0.27% 0.72% -
XYZ 32.26 41.58 28.88 -
YUV 165.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 140 184 134 0.24 0 0.27 0.28 112.8 0.26 0.62
Hex 8C B8 86 18 0 1B 1C 71 1A 3E
Octal 214 270 206 30 0 33 34 161 32 76
Binary 10001100 10111000 10000110 11000 0 11011 11100 1110001 11010 111110

Color Harmonies of #8CB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB886

Black with #8CB886

Text Example


Text Example

White with #8CB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB886; }

 p { color: rgb(140,184,134); }

 H1.HeaderClassName
 {
   color: #8CB886;
 }
 .AnyTagClassName
 {
   color: #8CB886;
 }
</style>

background-color css

<style>
 a { background-color: #8CB886; }

 a { background-color: rgb(140,184,134); }

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

border-color css

<style>
 span { border-color: #8CB886; }

 span { border-color: rgb(140,184,134); }

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