#88BCAD

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

Shades of Sea Nymph #88BCAD

Tints of Sea Nymph #88BCAD

Color information

#88BCAD (or 0x88BCAD) is unknown color: approx Sea Nymph. HEX triplet: 88, BC and AD. RGB value is (136,188,173). Sum of RGB (Red+Green+Blue) = 136+188+173=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCAD is #774352. Grayscale: #AAAAAA. Windows color (decimal): -7816019 or 11385992. OLE color: 11385992.

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

Color convert

RGB136188173-
CMYK0.2800.080.26
HSL162.69º27.96%63.53%-
HSV(B)162.69º27.66%73.73%-
XYZ35.6844.2246.19-
YUV170.74129.27103.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.36%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=27.36%
G=37.83%
B=34.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361881730.2800.080.26162.6927.9663.53
Hex88BCAD1C081Aa31c40
Octal210274255340103224334100
Binary10001000101111001010110111100010001101010100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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