#88DDD4

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

Shades of Riptide #88DDD4

Tints of Riptide #88DDD4

Color information

#88DDD4 (or 0x88DDD4) is unknown color: approx Riptide. HEX triplet: 88, DD and D4. RGB value is (136,221,212). Sum of RGB (Red+Green+Blue) = 136+221+212=569 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.90% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDD4 is #77222B. Grayscale: #C2C2C2. Windows color (decimal): -7807532 or 13950344. OLE color: 13950344.

HSL color Cylindrical-coordinate representation of color #88DDD4: hue angle of 173.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDD4 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB136221212-
CMYK0.3800.040.13
HSL173.65º55.56%70%-
HSV(B)173.65º38.46%86.67%-
XYZ47.8961.771.67-
YUV194.56137.8486.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.90%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=23.90%
G=38.84%
B=37.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362212120.3800.040.13173.6555.5670
Hex88DDD42604Dae3846
Octal21033532446041525670106
Binary10001000110111011101010010011001001101101011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,221,212); }

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

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

 a { background-color: rgb(136,221,212); }

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

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

 span { border-color: rgb(136,221,212); }

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