Html Css Color HEX #8CB38C Dark Sea Green

📋 copy color: '#8CB38C'

red 140 ◦ green 179 ◦ blue 140

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

Shades of Dark Sea Green #8CB38C

Tints of Dark Sea Green #8CB38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39%

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

R = 30.5%
G = 39%
B = 30.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#8CB38C (or 0x8CB38C) is known color: Dark Sea Green. HEX triplet: 8C, B3 and 8C. RGB value is (140,179,140). Sum of RGB (Red+Green+Blue) = 140+179+140=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB38C is #734C73. Grayscale: #A3A3A3. Windows color (decimal): -7556212 or 9221004. OLE color: 9221004.

HSL color Cylindrical-coordinate representation of color #8CB38C: hue angle of 120º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB38C is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 140 -
CMYK 0.22 0 0.22 0.30
HSL 120º 0.2% 0.63% -
HSV(B) 120º 0.22% 0.7% -
XYZ 31.67 39.71 30.81 -
YUV 162.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 140 179 140 0.22 0 0.22 0.30 120 0.2 0.63
Hex 8C B3 8C 16 0 16 1E 78 14 3F
Octal 214 263 214 26 0 26 36 170 24 77
Binary 10001100 10110011 10001100 10110 0 10110 11110 1111000 10100 111111

Color Harmonies of #8CB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB38C

Black with #8CB38C

Text Example


Text Example

White with #8CB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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