#8BBA8F

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

Shades of Dark Sea Green #8BBA8F

Tints of Dark Sea Green #8BBA8F

Color information

#8BBA8F (or 0x8BBA8F) is unknown color: approx Dark Sea Green. HEX triplet: 8B, BA and 8F. RGB value is (139,186,143). Sum of RGB (Red+Green+Blue) = 139+186+143=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBA8F is #744570. Grayscale: #A7A7A7. Windows color (decimal): -7619953 or 9419403. OLE color: 9419403.

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

Color convert

RGB139186143-
CMYK0.2500.230.27
HSL125.11º25.41%63.73%-
HSV(B)125.11º25.27%72.94%-
XYZ33.1642.5932.46-
YUV167.04114.43108-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=29.70%
G=39.74%
B=30.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861430.2500.230.27125.1125.4163.73
Hex8BBA8F190171B7d1940
Octal213272217310273317531100
Binary10001011101110101000111111001010111110111111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,143); }

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

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

 a { background-color: rgb(139,186,143); }

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

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

 span { border-color: rgb(139,186,143); }

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