#88D6CC

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

Shades of Riptide #88D6CC

Tints of Riptide #88D6CC

Color information

#88D6CC (or 0x88D6CC) is unknown color: approx Riptide. HEX triplet: 88, D6 and CC. RGB value is (136,214,204). Sum of RGB (Red+Green+Blue) = 136+214+204=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #88D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6CC is #772933. Grayscale: #BDBDBD. Windows color (decimal): -7809332 or 13424264. OLE color: 13424264.

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

Color convert

RGB136214204-
CMYK0.3600.050.16
HSL172.31º48.75%68.63%-
HSV(B)172.31º36.45%83.92%-
XYZ45.157.6965.88-
YUV189.54136.1689.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=24.55%
G=38.63%
B=36.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362142040.3600.050.16172.3148.7568.63
Hex88D6CC240510ac3145
Octal21032631444052025461105
Binary100010001101011011001100100100010110000101011001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,214,204); }

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

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

 a { background-color: rgb(136,214,204); }

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

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

 span { border-color: rgb(136,214,204); }

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