#88DCC3

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

Shades of Riptide #88DCC3

Tints of Riptide #88DCC3

Color information

#88DCC3 (or 0x88DCC3) is unknown color: approx Riptide. HEX triplet: 88, DC and C3. RGB value is (136,220,195). Sum of RGB (Red+Green+Blue) = 136+220+195=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCC3 is #77233C. Grayscale: #C0C0C0. Windows color (decimal): -7807805 or 12835976. OLE color: 12835976.

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

Color convert

RGB136220195-
CMYK0.3800.110.14
HSL162.14º54.55%69.8%-
HSV(B)162.14º38.18%86.27%-
XYZ45.660.3660.88-
YUV192.03129.6788.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.68%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=24.68%
G=39.93%
B=35.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362201950.3800.110.14162.1454.5569.8
Hex88DCC3260BEa23746
Octal210334303460131624267106
Binary100010001101110011000011100110010111110101000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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