#88B3A9

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

Shades of Sea Nymph #88B3A9

Tints of Sea Nymph #88B3A9

Color information

#88B3A9 (or 0x88B3A9) is unknown color: approx Sea Nymph. HEX triplet: 88, B3 and A9. RGB value is (136,179,169). Sum of RGB (Red+Green+Blue) = 136+179+169=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #88B3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B3A9 is #774C56. Grayscale: #A5A5A5. Windows color (decimal): -7818327 or 11121544. OLE color: 11121544.

HSL color Cylindrical-coordinate representation of color #88B3A9: hue angle of 166.05º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B3A9 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB136179169-
CMYK0.2400.060.30
HSL166.05º22.05%61.76%-
HSV(B)166.05º24.02%70.2%-
XYZ33.4340.3443.56-
YUV165130.25107.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=28.10%
G=36.98%
B=34.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361791690.2400.060.30166.0522.0561.76
Hex88B3A918061Ea6163e
Octal2102632513006362462676
Binary100010001011001110101001110000110111101010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,179,169); }

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

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

 a { background-color: rgb(136,179,169); }

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

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

 span { border-color: rgb(136,179,169); }

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