#88B9AE

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

Shades of Sea Nymph #88B9AE

Tints of Sea Nymph #88B9AE

Color information

#88B9AE (or 0x88B9AE) is unknown color: approx Sea Nymph. HEX triplet: 88, B9 and AE. RGB value is (136,185,174). Sum of RGB (Red+Green+Blue) = 136+185+174=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #88B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B9AE is #774651. Grayscale: #A9A9A9. Windows color (decimal): -7816786 or 11450760. OLE color: 11450760.

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

Color convert

RGB136185174-
CMYK0.2600.060.27
HSL166.53º25.93%62.94%-
HSV(B)166.53º26.49%72.55%-
XYZ35.1442.9946.49-
YUV169.1130.77104.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=27.47%
G=37.37%
B=35.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361851740.2600.060.27166.5325.9362.94
Hex88B9AE1A061Ba71a3f
Octal2102712563206332473277
Binary100010001011100110101110110100110110111010011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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