#8DC692

Color #8DC692 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8DC692

Tints of Dark Sea Green #8DC692

Color information

#8DC692 (or 0x8DC692) is unknown color: approx Dark Sea Green. HEX triplet: 8D, C6 and 92. RGB value is (141,198,146). Sum of RGB (Red+Green+Blue) = 141+198+146=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC692 is #72396D. Grayscale: #AFAFAF. Windows color (decimal): -7485806 or 9619085. OLE color: 9619085.

HSL color Cylindrical-coordinate representation of color #8DC692: hue angle of 125.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC692 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB141198146-
CMYK0.2900.260.22
HSL125.26º33.33%66.47%-
HSV(B)125.26º28.79%77.65%-
XYZ36.3748.1334.57-
YUV175.03111.62103.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=29.07%
G=40.82%
B=30.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981460.2900.260.22125.2633.3366.47
Hex8DC6921D01A167d2142
Octal215306222350322617541102
Binary100011011100011010010010111010110101011011111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,146); }

 H1.HeaderClassName
 {
   color: #8DC692;
 }
 .AnyTagClassName
 {
   color: #8DC692;
 }
</style>
background-color css

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

 a { background-color: rgb(141,198,146); }

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

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

 span { border-color: rgb(141,198,146); }

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