Html Css Color HEX #8CBC8E Dark Sea Green

📋 copy color: '#8CBC8E'

red 140 ◦ green 188 ◦ blue 142

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

Shades of Dark Sea Green #8CBC8E

Tints of Dark Sea Green #8CBC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 29.79%
G = 40%
B = 30.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#8CBC8E (or 0x8CBC8E) is known color: Dark Sea Green. HEX triplet: 8C, BC and 8E. RGB value is (140,188,142). Sum of RGB (Red+Green+Blue) = 140+188+142=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC8E is #734371. Grayscale: #A8A8A8. Windows color (decimal): -7553906 or 9354380. OLE color: 9354380.

HSL color Cylindrical-coordinate representation of color #8CBC8E: hue angle of 122.5º 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 #8CBC8E is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 142 -
CMYK 0.26 0 0.24 0.26
HSL 122.5º 0.26% 0.64% -
HSV(B) 122.5º 0.26% 0.74% -
XYZ 33.68 43.49 32.21 -
YUV 168.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 140 188 142 0.26 0 0.24 0.26 122.5 0.26 0.64
Hex 8C BC 8E 1A 0 18 1A 7B 1A 40
Octal 214 274 216 32 0 30 32 173 32 100
Binary 10001100 10111100 10001110 11010 0 11000 11010 1111011 11010 1000000

Color Harmonies of #8CBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC8E

Black with #8CBC8E

Text Example


Text Example

White with #8CBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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