Html Css Color HEX #8CC195 Dark Sea Green

📋 copy color: '#8CC195'

red 140 ◦ green 193 ◦ blue 149

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

Shades of Dark Sea Green #8CC195

Tints of Dark Sea Green #8CC195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.04%

 BLUE value IS 149 (58.59% from 255) = 30.91%

R = 29.05%
G = 40.04%
B = 30.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#8CC195 (or 0x8CC195) is known color: Dark Sea Green. HEX triplet: 8C, C1 and 95. RGB value is (140,193,149). Sum of RGB (Red+Green+Blue) = 140+193+149=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC195 is #733E6A. Grayscale: #ACACAC. Windows color (decimal): -7552619 or 9814412. OLE color: 9814412.

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

Color convert

RGB 140 193 149 -
CMYK 0.27 0 0.23 0.24
HSL 130.19º 0.3% 0.65% -
HSV(B) 130.19º 0.27% 0.76% -
XYZ 35.31 45.89 35.43 -
YUV 172.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 140 193 149 0.27 0 0.23 0.24 130.19 0.3 0.65
Hex 8C C1 95 1B 0 17 18 82 1E 41
Octal 214 301 225 33 0 27 30 202 36 101
Binary 10001100 11000001 10010101 11011 0 10111 11000 10000010 11110 1000001

Color Harmonies of #8CC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC195

Black with #8CC195

Text Example


Text Example

White with #8CC195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,193,149); }

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

background-color css

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

 a { background-color: rgb(140,193,149); }

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

border-color css

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

 span { border-color: rgb(140,193,149); }

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