#8CBD94

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

Shades of Dark Sea Green #8CBD94

Tints of Dark Sea Green #8CBD94

Color information

#8CBD94 (or 0x8CBD94) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BD and 94. RGB value is (140,189,148). Sum of RGB (Red+Green+Blue) = 140+189+148=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD94 is #73426B. Grayscale: #A9A9A9. Windows color (decimal): -7553644 or 9747852. OLE color: 9747852.

HSL color Cylindrical-coordinate representation of color #8CBD94: hue angle of 129.8º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBD94 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB140189148-
CMYK0.2600.220.26
HSL129.8º27.07%64.51%-
HSV(B)129.8º25.93%74.12%-
XYZ34.3644.1134.72-
YUV169.68115.77106.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=29.35%
G=39.62%
B=31.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891480.2600.220.26129.827.0764.51
Hex8CBD941A0161A821b41
Octal214275224320263220233101
Binary100011001011110110010100110100101101101010000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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