Html Css Color HEX #8CB288 Dark Sea Green

📋 copy color: '#8CB288'

red 140 ◦ green 178 ◦ blue 136

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

Shades of Dark Sea Green #8CB288

Tints of Dark Sea Green #8CB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

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

R = 30.84%
G = 39.21%
B = 29.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#8CB288 (or 0x8CB288) is known color: Dark Sea Green. HEX triplet: 8C, B2 and 88. RGB value is (140,178,136). Sum of RGB (Red+Green+Blue) = 140+178+136=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB288 is #734D77. Grayscale: #A1A1A1. Windows color (decimal): -7556472 or 8958604. OLE color: 8958604.

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

Color convert

RGB 140 178 136 -
CMYK 0.21 0 0.24 0.30
HSL 114.29º 0.21% 0.62% -
HSV(B) 114.29º 0.24% 0.7% -
XYZ 31.18 39.19 29.21 -
YUV 161.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 140 178 136 0.21 0 0.24 0.30 114.29 0.21 0.62
Hex 8C B2 88 15 0 18 1E 72 15 3E
Octal 214 262 210 25 0 30 36 162 25 76
Binary 10001100 10110010 10001000 10101 0 11000 11110 1110010 10101 111110

Color Harmonies of #8CB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB288

Black with #8CB288

Text Example


Text Example

White with #8CB288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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