#88B8AE

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

Shades of Sea Nymph #88B8AE

Tints of Sea Nymph #88B8AE

Color information

#88B8AE (or 0x88B8AE) is unknown color: approx Sea Nymph. HEX triplet: 88, B8 and AE. RGB value is (136,184,174). Sum of RGB (Red+Green+Blue) = 136+184+174=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 184 - color contains mainly: green. Hex color #88B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B8AE is #774751. Grayscale: #A8A8A8. Windows color (decimal): -7817042 or 11450504. OLE color: 11450504.

HSL color Cylindrical-coordinate representation of color #88B8AE: hue angle of 167.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B8AE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB136184174-
CMYK0.2600.050.28
HSL167.5º25.26%62.75%-
HSV(B)167.5º26.09%72.16%-
XYZ34.9342.5746.42-
YUV168.51131.1104.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=27.53%
G=37.25%
B=35.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361841740.2600.050.28167.525.2662.75
Hex88B8AE1A051Ca8193f
Octal2102702563205342503177
Binary100010001011100010101110110100101111001010100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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