#8BB993

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

Shades of Dark Sea Green #8BB993

Tints of Dark Sea Green #8BB993

Color information

#8BB993 (or 0x8BB993) is unknown color: approx Dark Sea Green. HEX triplet: 8B, B9 and 93. RGB value is (139,185,147). Sum of RGB (Red+Green+Blue) = 139+185+147=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB993 is #74466C. Grayscale: #A7A7A7. Windows color (decimal): -7620205 or 9681291. OLE color: 9681291.

HSL color Cylindrical-coordinate representation of color #8BB993: 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 #8BB993 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB139185147-
CMYK0.2500.210.27
HSL130.43º24.73%63.53%-
HSV(B)130.43º24.86%72.55%-
XYZ33.2642.2934.01-
YUV166.91116.76108.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=29.51%
G=39.28%
B=31.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391851470.2500.210.27130.4324.7363.53
Hex8BB993190151B821940
Octal213271223310253320231100
Binary100010111011100110010011110010101011101110000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,147); }

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

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

 a { background-color: rgb(139,185,147); }

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

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

 span { border-color: rgb(139,185,147); }

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