#88DCCB

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

Shades of Riptide #88DCCB

Tints of Riptide #88DCCB

Color information

#88DCCB (or 0x88DCCB) is unknown color: approx Riptide. HEX triplet: 88, DC and CB. RGB value is (136,220,203). Sum of RGB (Red+Green+Blue) = 136+220+203=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCCB is #772334. Grayscale: #C0C0C0. Windows color (decimal): -7807797 or 13360264. OLE color: 13360264.

HSL color Cylindrical-coordinate representation of color #88DCCB: hue angle of 167.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCCB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB136220203-
CMYK0.3800.080.14
HSL167.86º54.55%69.8%-
HSV(B)167.86º38.18%86.27%-
XYZ46.5360.7365.77-
YUV192.95133.6787.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.33%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=24.33%
G=39.36%
B=36.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362202030.3800.080.14167.8654.5569.8
Hex88DCCB2608Ea83746
Octal210334313460101625067106
Binary100010001101110011001011100110010001110101010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,220,203); }

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

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

 a { background-color: rgb(136,220,203); }

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

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

 span { border-color: rgb(136,220,203); }

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