#88BCA5

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

Shades of Sea Nymph #88BCA5

Tints of Sea Nymph #88BCA5

Color information

#88BCA5 (or 0x88BCA5) is unknown color: approx Sea Nymph. HEX triplet: 88, BC and A5. RGB value is (136,188,165). Sum of RGB (Red+Green+Blue) = 136+188+165=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCA5 is #77435A. Grayscale: #A9A9A9. Windows color (decimal): -7816027 or 10861704. OLE color: 10861704.

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

Color convert

RGB136188165-
CMYK0.2800.120.26
HSL153.46º27.96%63.53%-
HSV(B)153.46º27.66%73.73%-
XYZ34.9343.9242.23-
YUV169.83125.27103.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.81%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=27.81%
G=38.45%
B=33.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361881650.2800.120.26153.4627.9663.53
Hex88BCA51C0C1A991c40
Octal210274245340143223134100
Binary10001000101111001010010111100011001101010011001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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