#88CDCC

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

Shades of Riptide #88CDCC

Tints of Riptide #88CDCC

Color information

#88CDCC (or 0x88CDCC) is unknown color: approx Riptide. HEX triplet: 88, CD and CC. RGB value is (136,205,204). Sum of RGB (Red+Green+Blue) = 136+205+204=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDCC is #773233. Grayscale: #B8B8B8. Windows color (decimal): -7811636 or 13421960. OLE color: 13421960.

HSL color Cylindrical-coordinate representation of color #88CDCC: hue angle of 179.13º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CDCC is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB136205204-
CMYK0.3400.000.20
HSL179.13º40.83%66.86%-
HSV(B)179.13º33.66%80.39%-
XYZ42.8853.2665.15-
YUV184.26139.1493.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=24.95%
G=37.61%
B=37.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362052040.3400.000.20179.1340.8366.86
Hex88CDCC220014b32943
Octal21031531442002426351103
Binary1000100011001101110011001000100010100101100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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