#88BAAA

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

Shades of Sea Nymph #88BAAA

Tints of Sea Nymph #88BAAA

Color information

#88BAAA (or 0x88BAAA) is unknown color: approx Sea Nymph. HEX triplet: 88, BA and AA. RGB value is (136,186,170). Sum of RGB (Red+Green+Blue) = 136+186+170=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #88BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BAAA is #774555. Grayscale: #A9A9A9. Windows color (decimal): -7816534 or 11188872. OLE color: 11188872.

HSL color Cylindrical-coordinate representation of color #88BAAA: hue angle of 160.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BAAA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB136186170-
CMYK0.2700.090.27
HSL160.8º26.6%63.14%-
HSV(B)160.8º26.88%72.94%-
XYZ34.9743.2544.54-
YUV169.23128.44104.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=27.64%
G=37.80%
B=34.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861700.2700.090.27160.826.663.14
Hex88BAAA1B091Ba11b3f
Octal21027225233011332413377
Binary1000100010111010101010101101101001110111010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,170); }

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

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

 a { background-color: rgb(136,186,170); }

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

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

 span { border-color: rgb(136,186,170); }

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