#89BF8B

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

Shades of Dark Sea Green #89BF8B

Tints of Dark Sea Green #89BF8B

Color information

#89BF8B (or 0x89BF8B) is unknown color: approx Dark Sea Green. HEX triplet: 89, BF and 8B. RGB value is (137,191,139). Sum of RGB (Red+Green+Blue) = 137+191+139=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BF8B is #764074. Grayscale: #A9A9A9. Windows color (decimal): -7749749 or 9158537. OLE color: 9158537.

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

Color convert

RGB137191139-
CMYK0.2800.270.25
HSL122.22º29.67%64.31%-
HSV(B)122.22º28.27%74.9%-
XYZ33.6144.4431.23-
YUV168.93111.11105.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=29.34%
G=40.90%
B=29.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371911390.2800.270.25122.2229.6764.31
Hex89BF8B1C01B197a1e40
Octal211277213340333117236100
Binary10001001101111111000101111100011011110011111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BF8B; }

 p { color: rgb(137,191,139); }

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

<style>
 a { background-color: #89BF8B; }

 a { background-color: rgb(137,191,139); }

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

<style>
 span { border-color: #89BF8B; }

 span { border-color: rgb(137,191,139); }

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