#88BAAE

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

Shades of Sea Nymph #88BAAE

Tints of Sea Nymph #88BAAE

Color information

#88BAAE (or 0x88BAAE) is unknown color: approx Sea Nymph. HEX triplet: 88, BA and AE. RGB value is (136,186,174). Sum of RGB (Red+Green+Blue) = 136+186+174=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #88BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BAAE is #774551. Grayscale: #A9A9A9. Windows color (decimal): -7816530 or 11451016. OLE color: 11451016.

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

Color convert

RGB136186174-
CMYK0.2700.060.27
HSL165.6º26.6%63.14%-
HSV(B)165.6º26.88%72.94%-
XYZ35.3543.4146.56-
YUV169.68130.44103.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.42%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=27.42%
G=37.5%
B=35.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861740.2700.060.27165.626.663.14
Hex88BAAE1B061Ba61b3f
Octal2102722563306332463377
Binary100010001011101010101110110110110110111010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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