#88DACA

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

Shades of Riptide #88DACA

Tints of Riptide #88DACA

Color information

#88DACA (or 0x88DACA) is unknown color: approx Riptide. HEX triplet: 88, DA and CA. RGB value is (136,218,202). Sum of RGB (Red+Green+Blue) = 136+218+202=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #88DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DACA is #772535. Grayscale: #BFBFBF. Windows color (decimal): -7808310 or 13294216. OLE color: 13294216.

HSL color Cylindrical-coordinate representation of color #88DACA: hue angle of 168.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DACA is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB136218202-
CMYK0.3800.070.15
HSL168.29º52.56%69.41%-
HSV(B)168.29º37.61%85.49%-
XYZ45.8959.6464.97-
YUV191.66133.8388.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.46%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=24.46%
G=39.21%
B=36.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362182020.3800.070.15168.2952.5669.41
Hex88DACA2607Fa83545
Octal21033231246071725065105
Binary10001000110110101100101010011001111111101010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,202); }

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

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

 a { background-color: rgb(136,218,202); }

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

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

 span { border-color: rgb(136,218,202); }

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