Html Css Color HEX #8BC695 Dark Sea Green

📋 copy color: '#8BC695'

red 139 ◦ green 198 ◦ blue 149

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

Shades of Dark Sea Green #8BC695

Tints of Dark Sea Green #8BC695

RGB

 RED value IS 139 (54.69% from 255) = 28.6%

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 28.6%
G = 40.74%
B = 30.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#8BC695 (or 0x8BC695) is known color: Dark Sea Green. HEX triplet: 8B, C6 and 95. RGB value is (139,198,149). Sum of RGB (Red+Green+Blue) = 139+198+149=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC695 is #74396A. Grayscale: #AEAEAE. Windows color (decimal): -7616875 or 9815691. OLE color: 9815691.

HSL color Cylindrical-coordinate representation of color #8BC695: hue angle of 130.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC695 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 198 149 -
CMYK 0.30 0 0.25 0.22
HSL 130.17º 0.34% 0.66% -
HSV(B) 130.17º 0.3% 0.78% -
XYZ 36.27 48.05 35.8 -
YUV 174.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 139 198 149 0.30 0 0.25 0.22 130.17 0.34 0.66
Hex 8B C6 95 1E 0 19 16 82 22 42
Octal 213 306 225 36 0 31 26 202 42 102
Binary 10001011 11000110 10010101 11110 0 11001 10110 10000010 100010 1000010

Color Harmonies of #8BC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC695

Black with #8BC695

Text Example


Text Example

White with #8BC695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,198,149); }

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

background-color css

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

 a { background-color: rgb(139,198,149); }

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

border-color css

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

 span { border-color: rgb(139,198,149); }

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