Html Css Color HEX #8CB488 Dark Sea Green

📋 copy color: '#8CB488'

red 140 ◦ green 180 ◦ blue 136

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

Shades of Dark Sea Green #8CB488

Tints of Dark Sea Green #8CB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

 BLUE value IS 136 (53.52% from 255) = 29.82%

R = 30.7%
G = 39.47%
B = 29.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#8CB488 (or 0x8CB488) is known color: Dark Sea Green. HEX triplet: 8C, B4 and 88. RGB value is (140,180,136). Sum of RGB (Red+Green+Blue) = 140+180+136=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB488 is #734B77. Grayscale: #A3A3A3. Windows color (decimal): -7555960 or 8959116. OLE color: 8959116.

HSL color Cylindrical-coordinate representation of color #8CB488: hue angle of 114.55º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB488 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 136 -
CMYK 0.22 0 0.24 0.29
HSL 114.55º 0.23% 0.62% -
HSV(B) 114.55º 0.24% 0.71% -
XYZ 31.58 40 29.35 -
YUV 163.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 140 180 136 0.22 0 0.24 0.29 114.55 0.23 0.62
Hex 8C B4 88 16 0 18 1D 73 17 3E
Octal 214 264 210 26 0 30 35 163 27 76
Binary 10001100 10110100 10001000 10110 0 11000 11101 1110011 10111 111110

Color Harmonies of #8CB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB488

Black with #8CB488

Text Example


Text Example

White with #8CB488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,180,136); }

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

background-color css

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

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

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

border-color css

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

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

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