Html Css Color HEX #8CBC91 Dark Sea Green

📋 copy color: '#8CBC91'

red 140 ◦ green 188 ◦ blue 145

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

Shades of Dark Sea Green #8CBC91

Tints of Dark Sea Green #8CBC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 145 (57.03% from 255) = 30.66%

R = 29.6%
G = 39.75%
B = 30.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#8CBC91 (or 0x8CBC91) is known color: Dark Sea Green. HEX triplet: 8C, BC and 91. RGB value is (140,188,145). Sum of RGB (Red+Green+Blue) = 140+188+145=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC91 is #73436E. Grayscale: #A8A8A8. Windows color (decimal): -7553903 or 9550988. OLE color: 9550988.

HSL color Cylindrical-coordinate representation of color #8CBC91: hue angle of 126.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC91 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 145 -
CMYK 0.26 0 0.23 0.26
HSL 126.25º 0.26% 0.64% -
HSV(B) 126.25º 0.26% 0.74% -
XYZ 33.91 43.59 33.41 -
YUV 168.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 140 188 145 0.26 0 0.23 0.26 126.25 0.26 0.64
Hex 8C BC 91 1A 0 17 1A 7E 1A 40
Octal 214 274 221 32 0 27 32 176 32 100
Binary 10001100 10111100 10010001 11010 0 10111 11010 1111110 11010 1000000

Color Harmonies of #8CBC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC91

Black with #8CBC91

Text Example


Text Example

White with #8CBC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,145); }

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

background-color css

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

 a { background-color: rgb(140,188,145); }

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

border-color css

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

 span { border-color: rgb(140,188,145); }

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