#88BCA8

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

Shades of Sea Nymph #88BCA8

Tints of Sea Nymph #88BCA8

Color information

#88BCA8 (or 0x88BCA8) is unknown color: approx Sea Nymph. HEX triplet: 88, BC and A8. RGB value is (136,188,168). Sum of RGB (Red+Green+Blue) = 136+188+168=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCA8 is #774357. Grayscale: #AAAAAA. Windows color (decimal): -7816024 or 11058312. OLE color: 11058312.

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

Color convert

RGB136188168-
CMYK0.2800.110.26
HSL156.92º27.96%63.53%-
HSV(B)156.92º27.66%73.73%-
XYZ35.244.0343.69-
YUV170.17126.77103.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=27.64%
G=38.21%
B=34.15%

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
Decimal1361881680.2800.110.26156.9227.9663.53
Hex88BCA81C0B1A9d1c40
Octal210274250340133223534100
Binary10001000101111001010100011100010111101010011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,188,168); }

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

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

 a { background-color: rgb(136,188,168); }

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

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

 span { border-color: rgb(136,188,168); }

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