Html Css Color HEX #8CBD8C Dark Sea Green

📋 copy color: '#8CBD8C'

red 140 ◦ green 189 ◦ blue 140

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

Shades of Dark Sea Green #8CBD8C

Tints of Dark Sea Green #8CBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 29.85%
G = 40.3%
B = 29.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#8CBD8C (or 0x8CBD8C) is known color: Dark Sea Green. HEX triplet: 8C, BD and 8C. RGB value is (140,189,140). Sum of RGB (Red+Green+Blue) = 140+189+140=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD8C is #734273. Grayscale: #A8A8A8. Windows color (decimal): -7553652 or 9223564. OLE color: 9223564.

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

Color convert

RGB 140 189 140 -
CMYK 0.26 0 0.26 0.26
HSL 120º 0.27% 0.65% -
HSV(B) 120º 0.26% 0.74% -
XYZ 33.75 43.86 31.5 -
YUV 168.76 111.77 107.48 -
System Red Green Blue C M Y K H S L
Decimal 140 189 140 0.26 0 0.26 0.26 120 0.27 0.65
Hex 8C BD 8C 1A 0 1A 1A 78 1B 41
Octal 214 275 214 32 0 32 32 170 33 101
Binary 10001100 10111101 10001100 11010 0 11010 11010 1111000 11011 1000001

Color Harmonies of #8CBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD8C

Black with #8CBD8C

Text Example


Text Example

White with #8CBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,140); }

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

background-color css

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

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

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

border-color css

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

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

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