#88BF8A

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

Shades of Dark Sea Green #88BF8A

Tints of Dark Sea Green #88BF8A

Color information

#88BF8A (or 0x88BF8A) is unknown color: approx Dark Sea Green. HEX triplet: 88, BF and 8A. RGB value is (136,191,138). Sum of RGB (Red+Green+Blue) = 136+191+138=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF8A is #774075. Grayscale: #A8A8A8. Windows color (decimal): -7815286 or 9093000. OLE color: 9093000.

HSL color Cylindrical-coordinate representation of color #88BF8A: hue angle of 122.18º 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 #88BF8A is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB136191138-
CMYK0.2900.280.25
HSL122.18º30.05%64.12%-
HSV(B)122.18º28.8%74.9%-
XYZ33.3744.3330.84-
YUV168.51110.78104.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=29.25%
G=41.08%
B=29.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911380.2900.280.25122.1830.0564.12
Hex88BF8A1D01C197a1e40
Octal210277212350343117236100
Binary10001000101111111000101011101011100110011111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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