#8DAF8A

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

Shades of Dark Sea Green #8DAF8A

Tints of Dark Sea Green #8DAF8A

Color information

#8DAF8A (or 0x8DAF8A) is unknown color: approx Dark Sea Green. HEX triplet: 8D, AF and 8A. RGB value is (141,175,138). Sum of RGB (Red+Green+Blue) = 141+175+138=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAF8A is #725075. Grayscale: #A0A0A0. Windows color (decimal): -7491702 or 9088909. OLE color: 9088909.

HSL color Cylindrical-coordinate representation of color #8DAF8A: hue angle of 115.14º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DAF8A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB141175138-
CMYK0.1900.210.31
HSL115.14º18.78%61.37%-
HSV(B)115.14º21.14%68.63%-
XYZ30.938.1629.78-
YUV160.62115.24114.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=31.06%
G=38.55%
B=30.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411751380.1900.210.31115.1418.7861.37
Hex8DAF8A130151F73133d
Octal21525721223025371632375
Binary1000110110101111100010101001101010111111111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,138); }

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

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

 a { background-color: rgb(141,175,138); }

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

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

 span { border-color: rgb(141,175,138); }

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