#88BF8E

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

Shades of Dark Sea Green #88BF8E

Tints of Dark Sea Green #88BF8E

Color information

#88BF8E (or 0x88BF8E) is unknown color: approx Dark Sea Green. HEX triplet: 88, BF and 8E. RGB value is (136,191,142). Sum of RGB (Red+Green+Blue) = 136+191+142=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF8E is #774071. Grayscale: #A9A9A9. Windows color (decimal): -7815282 or 9355144. OLE color: 9355144.

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

Color convert

RGB136191142-
CMYK0.2900.260.25
HSL126.55º30.05%64.12%-
HSV(B)126.55º28.8%74.9%-
XYZ33.6744.4532.4-
YUV168.97112.78104.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=29.00%
G=40.72%
B=30.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911420.2900.260.25126.5530.0564.12
Hex88BF8E1D01A197f1e40
Octal210277216350323117736100
Binary10001000101111111000111011101011010110011111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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