#8CBF94

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

Shades of Dark Sea Green #8CBF94

Tints of Dark Sea Green #8CBF94

Color information

#8CBF94 (or 0x8CBF94) is unknown color: approx Dark Sea Green. HEX triplet: 8C, BF and 94. RGB value is (140,191,148). Sum of RGB (Red+Green+Blue) = 140+191+148=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBF94 is #73406B. Grayscale: #AAAAAA. Windows color (decimal): -7553132 or 9748364. OLE color: 9748364.

HSL color Cylindrical-coordinate representation of color #8CBF94: hue angle of 129.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBF94 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB140191148-
CMYK0.2700.230.25
HSL129.41º28.49%64.9%-
HSV(B)129.41º26.7%74.9%-
XYZ34.7944.9834.86-
YUV170.85115.1106-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=29.23%
G=39.87%
B=30.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911480.2700.230.25129.4128.4964.9
Hex8CBF941B01719811c41
Octal214277224330273120134101
Binary100011001011111110010100110110101111100110000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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