#88BAAB

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

Shades of Sea Nymph #88BAAB

Tints of Sea Nymph #88BAAB

Color information

#88BAAB (or 0x88BAAB) is unknown color: approx Sea Nymph. HEX triplet: 88, BA and AB. RGB value is (136,186,171). Sum of RGB (Red+Green+Blue) = 136+186+171=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #88BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BAAB is #774554. Grayscale: #A9A9A9. Windows color (decimal): -7816533 or 11254408. OLE color: 11254408.

HSL color Cylindrical-coordinate representation of color #88BAAB: hue angle of 162º 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 #88BAAB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB136186171-
CMYK0.2700.080.27
HSL162º26.6%63.14%-
HSV(B)162º26.88%72.94%-
XYZ35.0643.2945.04-
YUV169.34128.94104.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=27.59%
G=37.73%
B=34.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861710.2700.080.2716226.663.14
Hex88BAAB1B081Ba21b3f
Octal21027225333010332423377
Binary1000100010111010101010111101101000110111010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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