#88D7CD

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

Shades of Riptide #88D7CD

Tints of Riptide #88D7CD

Color information

#88D7CD (or 0x88D7CD) is unknown color: approx Riptide. HEX triplet: 88, D7 and CD. RGB value is (136,215,205). Sum of RGB (Red+Green+Blue) = 136+215+205=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #88D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D7CD is #772832. Grayscale: #BEBEBE. Windows color (decimal): -7809075 or 13490056. OLE color: 13490056.

HSL color Cylindrical-coordinate representation of color #88D7CD: hue angle of 172.41º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D7CD is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB136215205-
CMYK0.3700.050.16
HSL172.41º49.69%68.82%-
HSV(B)172.41º36.74%84.31%-
XYZ45.4758.2466.6-
YUV190.24136.3389.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.46%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=24.46%
G=38.67%
B=36.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362152050.3700.050.16172.4149.6968.82
Hex88D7CD250510ac3245
Octal21032731545052025462105
Binary100010001101011111001101100101010110000101011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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