#88D3CD

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

Shades of Riptide #88D3CD

Tints of Riptide #88D3CD

Color information

#88D3CD (or 0x88D3CD) is unknown color: approx Riptide. HEX triplet: 88, D3 and CD. RGB value is (136,211,205). Sum of RGB (Red+Green+Blue) = 136+211+205=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #88D3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D3CD is #772C32. Grayscale: #BBBBBB. Windows color (decimal): -7810099 or 13489032. OLE color: 13489032.

HSL color Cylindrical-coordinate representation of color #88D3CD: hue angle of 175.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D3CD is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB136211205-
CMYK0.3600.030.17
HSL175.2º46.01%68.04%-
HSV(B)175.2º35.55%82.75%-
XYZ44.4756.2366.27-
YUV187.89137.6590.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.64%
GREEN value IS 211 (82.81% from 255) = 38.22%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=24.64%
G=38.22%
B=37.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1362112050.3600.030.17175.246.0168.04
Hex88D3CD240311af2e44
Octal21032331544032125756104
Binary10001000110100111100110110010001110001101011111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,211,205); }

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

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

 a { background-color: rgb(136,211,205); }

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

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

 span { border-color: rgb(136,211,205); }

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