#8CBA94

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

Shades of Dark Sea Green #8CBA94

Tints of Dark Sea Green #8CBA94

Color information

#8CBA94 (or 0x8CBA94) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BA and 94. RGB value is (140,186,148). Sum of RGB (Red+Green+Blue) = 140+186+148=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA94 is #73456B. Grayscale: #A8A8A8. Windows color (decimal): -7554412 or 9747084. OLE color: 9747084.

HSL color Cylindrical-coordinate representation of color #8CBA94: hue angle of 130.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBA94 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB140186148-
CMYK0.2500.200.27
HSL130.43º25%63.92%-
HSV(B)130.43º24.73%72.94%-
XYZ33.7242.8334.51-
YUV167.91116.76108.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=29.54%
G=39.24%
B=31.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861480.2500.200.27130.432563.92
Hex8CBA94190141B821940
Octal214272224310243320231100
Binary100011001011101010010100110010101001101110000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,148); }

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

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

 a { background-color: rgb(140,186,148); }

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

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

 span { border-color: rgb(140,186,148); }

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