#88BF8B

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

Shades of Dark Sea Green #88BF8B

Tints of Dark Sea Green #88BF8B

Color information

#88BF8B (or 0x88BF8B) is unknown color: approx Dark Sea Green. HEX triplet: 88, BF and 8B. RGB value is (136,191,139). Sum of RGB (Red+Green+Blue) = 136+191+139=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF8B is #774074. Grayscale: #A8A8A8. Windows color (decimal): -7815285 or 9158536. OLE color: 9158536.

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

Color convert

RGB136191139-
CMYK0.2900.270.25
HSL123.27º30.05%64.12%-
HSV(B)123.27º28.8%74.9%-
XYZ33.4444.3631.23-
YUV168.63111.28104.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.18%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=29.18%
G=40.99%
B=29.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911390.2900.270.25123.2730.0564.12
Hex88BF8B1D01B197b1e40
Octal210277213350333117336100
Binary10001000101111111000101111101011011110011111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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