#88DDD2

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

Shades of Riptide #88DDD2

Tints of Riptide #88DDD2

Color information

#88DDD2 (or 0x88DDD2) is unknown color: approx Riptide. HEX triplet: 88, DD and D2. RGB value is (136,221,210). Sum of RGB (Red+Green+Blue) = 136+221+210=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDD2 is #77222D. Grayscale: #C2C2C2. Windows color (decimal): -7807534 or 13819272. OLE color: 13819272.

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

Color convert

RGB136221210-
CMYK0.3800.050.13
HSL172.24º55.56%70%-
HSV(B)172.24º38.46%86.67%-
XYZ47.6461.670.35-
YUV194.33136.8486.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.99%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=23.99%
G=38.98%
B=37.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362212100.3800.050.13172.2455.5670
Hex88DDD22605Dac3846
Octal21033532246051525470106
Binary10001000110111011101001010011001011101101011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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