#8CAF8A

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

Shades of Dark Sea Green #8CAF8A

Tints of Dark Sea Green #8CAF8A

Color information

#8CAF8A (or 0x8CAF8A) is unknown color: approx Dark Sea Green. HEX triplet: 8C, AF and 8A. RGB value is (140,175,138). Sum of RGB (Red+Green+Blue) = 140+175+138=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF8A is #735075. Grayscale: #A0A0A0. Windows color (decimal): -7557238 or 9088908. OLE color: 9088908.

HSL color Cylindrical-coordinate representation of color #8CAF8A: hue angle of 116.76º 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 #8CAF8A is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB140175138-
CMYK0.200.210.31
HSL116.76º18.78%61.37%-
HSV(B)116.76º21.14%68.63%-
XYZ30.7338.0729.77-
YUV160.32115.4113.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=30.91%
G=38.63%
B=30.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751380.200.210.31116.7618.7861.37
Hex8CAF8A140151F75133d
Octal21425721224025371652375
Binary1000110010101111100010101010001010111111111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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