#88BDA9

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

Shades of Sea Nymph #88BDA9

Tints of Sea Nymph #88BDA9

Color information

#88BDA9 (or 0x88BDA9) is unknown color: approx Sea Nymph. HEX triplet: 88, BD and A9. RGB value is (136,189,169). Sum of RGB (Red+Green+Blue) = 136+189+169=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BDA9 is #774256. Grayscale: #AAAAAA. Windows color (decimal): -7815767 or 11124104. OLE color: 11124104.

HSL color Cylindrical-coordinate representation of color #88BDA9: hue angle of 157.36º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BDA9 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB136189169-
CMYK0.2800.110.26
HSL157.36º28.65%63.73%-
HSV(B)157.36º28.04%74.12%-
XYZ35.5144.4944.25-
YUV170.87126.94103.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=27.53%
G=38.26%
B=34.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361891690.2800.110.26157.3628.6563.73
Hex88BDA91C0B1A9d1d40
Octal210275251340133223535100
Binary10001000101111011010100111100010111101010011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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