#88DCC6

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

Shades of Riptide #88DCC6

Tints of Riptide #88DCC6

Color information

#88DCC6 (or 0x88DCC6) is unknown color: approx Riptide. HEX triplet: 88, DC and C6. RGB value is (136,220,198). Sum of RGB (Red+Green+Blue) = 136+220+198=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCC6 is #772339. Grayscale: #C0C0C0. Windows color (decimal): -7807802 or 13032584. OLE color: 13032584.

HSL color Cylindrical-coordinate representation of color #88DCC6: hue angle of 164.29º 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 #88DCC6 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB136220198-
CMYK0.3800.10.14
HSL164.29º54.55%69.8%-
HSV(B)164.29º38.18%86.27%-
XYZ45.9460.562.68-
YUV192.38131.1787.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=24.55%
G=39.71%
B=35.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201980.3800.10.14164.2954.5569.8
Hex88DCC6260AEa43746
Octal210334306460121624467106
Binary100010001101110011000110100110010101110101001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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