#88B7AF

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

Shades of Sea Nymph #88B7AF

Tints of Sea Nymph #88B7AF

Color information

#88B7AF (or 0x88B7AF) is unknown color: approx Sea Nymph. HEX triplet: 88, B7 and AF. RGB value is (136,183,175). Sum of RGB (Red+Green+Blue) = 136+183+175=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #88B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B7AF is #774850. Grayscale: #A8A8A8. Windows color (decimal): -7817297 or 11515784. OLE color: 11515784.

HSL color Cylindrical-coordinate representation of color #88B7AF: hue angle of 169.79º 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 #88B7AF is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB136183175-
CMYK0.2600.040.28
HSL169.79º24.61%62.55%-
HSV(B)169.79º25.68%71.76%-
XYZ34.8242.246.87-
YUV168.03131.93105.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=27.53%
G=37.04%
B=35.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361831750.2600.040.28169.7924.6162.55
Hex88B7AF1A041Caa193f
Octal2102672573204342523177
Binary100010001011011110101111110100100111001010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,183,175); }

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

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

 a { background-color: rgb(136,183,175); }

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

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

 span { border-color: rgb(136,183,175); }

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