#88D0CE

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

Shades of Riptide #88D0CE

Tints of Riptide #88D0CE

Color information

#88D0CE (or 0x88D0CE) is unknown color: approx Riptide. HEX triplet: 88, D0 and CE. RGB value is (136,208,206). Sum of RGB (Red+Green+Blue) = 136+208+206=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #88D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0CE is #772F31. Grayscale: #BABABA. Windows color (decimal): -7810866 or 13553800. OLE color: 13553800.

HSL color Cylindrical-coordinate representation of color #88D0CE: hue angle of 178.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D0CE is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB136208206-
CMYK0.3500.010.18
HSL178.33º43.37%67.45%-
HSV(B)178.33º34.62%81.57%-
XYZ43.8554.866.66-
YUV186.24139.1592.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.73%
GREEN value IS 208 (81.64% from 255) = 37.82%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=24.73%
G=37.82%
B=37.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362082060.3500.010.18178.3343.3767.45
Hex88D0CE230112b22b43
Octal21032031643012226253103
Binary1000100011010000110011101000110110010101100101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,208,206); }

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

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

 a { background-color: rgb(136,208,206); }

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

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

 span { border-color: rgb(136,208,206); }

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