Html Css Color HEX #8CBF8F Dark Sea Green

📋 copy color: '#8CBF8F'

red 140 ◦ green 191 ◦ blue 143

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

Shades of Dark Sea Green #8CBF8F

Tints of Dark Sea Green #8CBF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 40.3%

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

R = 29.54%
G = 40.3%
B = 30.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#8CBF8F (or 0x8CBF8F) is known color: Dark Sea Green. HEX triplet: 8C, BF and 8F. RGB value is (140,191,143). Sum of RGB (Red+Green+Blue) = 140+191+143=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBF8F is #734070. Grayscale: #AAAAAA. Windows color (decimal): -7553137 or 9420684. OLE color: 9420684.

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

Color convert

RGB 140 191 143 -
CMYK 0.27 0 0.25 0.25
HSL 123.53º 0.28% 0.65% -
HSV(B) 123.53º 0.27% 0.75% -
XYZ 34.4 44.82 32.82 -
YUV 170.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 140 191 143 0.27 0 0.25 0.25 123.53 0.28 0.65
Hex 8C BF 8F 1B 0 19 19 7C 1C 41
Octal 214 277 217 33 0 31 31 174 34 101
Binary 10001100 10111111 10001111 11011 0 11001 11001 1111100 11100 1000001

Color Harmonies of #8CBF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF8F

Black with #8CBF8F

Text Example


Text Example

White with #8CBF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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