Html Css Color HEX #8CC296 Dark Sea Green

📋 copy color: '#8CC296'

red 140 ◦ green 194 ◦ blue 150

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

Shades of Dark Sea Green #8CC296

Tints of Dark Sea Green #8CC296

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 28.93%
G = 40.08%
B = 30.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#8CC296 (or 0x8CC296) is known color: Dark Sea Green. HEX triplet: 8C, C2 and 96. RGB value is (140,194,150). Sum of RGB (Red+Green+Blue) = 140+194+150=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC296 is #733D69. Grayscale: #ACACAC. Windows color (decimal): -7552362 or 9880204. OLE color: 9880204.

HSL color Cylindrical-coordinate representation of color #8CC296: hue angle of 131.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC296 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 150 -
CMYK 0.28 0 0.23 0.24
HSL 131.11º 0.31% 0.65% -
HSV(B) 131.11º 0.28% 0.76% -
XYZ 35.61 46.36 35.93 -
YUV 172.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 140 194 150 0.28 0 0.23 0.24 131.11 0.31 0.65
Hex 8C C2 96 1C 0 17 18 83 1F 41
Octal 214 302 226 34 0 27 30 203 37 101
Binary 10001100 11000010 10010110 11100 0 10111 11000 10000011 11111 1000001

Color Harmonies of #8CC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC296

Black with #8CC296

Text Example


Text Example

White with #8CC296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,150); }

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

background-color css

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

 a { background-color: rgb(140,194,150); }

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

border-color css

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

 span { border-color: rgb(140,194,150); }

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