Html Css Color HEX #8CB38F Dark Sea Green

📋 copy color: '#8CB38F'

red 140 ◦ green 179 ◦ blue 143

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

Shades of Dark Sea Green #8CB38F

Tints of Dark Sea Green #8CB38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 30.3%
G = 38.74%
B = 30.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#8CB38F (or 0x8CB38F) is known color: Dark Sea Green. HEX triplet: 8C, B3 and 8F. RGB value is (140,179,143). Sum of RGB (Red+Green+Blue) = 140+179+143=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB38F is #734C70. Grayscale: #A3A3A3. Windows color (decimal): -7556209 or 9417612. OLE color: 9417612.

HSL color Cylindrical-coordinate representation of color #8CB38F: hue angle of 124.62º 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 #8CB38F is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 143 -
CMYK 0.22 0 0.20 0.30
HSL 124.62º 0.2% 0.63% -
HSV(B) 124.62º 0.22% 0.7% -
XYZ 31.89 39.8 31.99 -
YUV 163.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 140 179 143 0.22 0 0.20 0.30 124.62 0.2 0.63
Hex 8C B3 8F 16 0 14 1E 7D 14 3F
Octal 214 263 217 26 0 24 36 175 24 77
Binary 10001100 10110011 10001111 10110 0 10100 11110 1111101 10100 111111

Color Harmonies of #8CB38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB38F

Black with #8CB38F

Text Example


Text Example

White with #8CB38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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