#88AE99

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

Shades of Padua #88AE99

Tints of Padua #88AE99

Color information

#88AE99 (or 0x88AE99) is unknown color: approx Padua. HEX triplet: 88, AE and 99. RGB value is (136,174,153). Sum of RGB (Red+Green+Blue) = 136+174+153=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AE99 is #775166. Grayscale: #A0A0A0. Windows color (decimal): -7819623 or 10071688. OLE color: 10071688.

HSL color Cylindrical-coordinate representation of color #88AE99: hue angle of 146.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88AE99 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB136174153-
CMYK0.2200.120.32
HSL146.84º19%60.78%-
HSV(B)146.84º21.84%68.24%-
XYZ31.0437.8135.8-
YUV160.24123.91110.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=29.37%
G=37.58%
B=33.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361741530.2200.120.32146.841960.78
Hex88AE99160C2093133d
Octal21025623126014402232375
Binary10001000101011101001100110110011001000001001001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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