#88CDCB

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

Shades of Riptide #88CDCB

Tints of Riptide #88CDCB

Color information

#88CDCB (or 0x88CDCB) is unknown color: approx Riptide. HEX triplet: 88, CD and CB. RGB value is (136,205,203). Sum of RGB (Red+Green+Blue) = 136+205+203=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDCB is #773234. Grayscale: #B8B8B8. Windows color (decimal): -7811637 or 13356424. OLE color: 13356424.

HSL color Cylindrical-coordinate representation of color #88CDCB: hue angle of 178.26º 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 #88CDCB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB136205203-
CMYK0.3400.010.20
HSL178.26º40.83%66.86%-
HSV(B)178.26º33.66%80.39%-
XYZ42.7653.2164.52-
YUV184.14138.6493.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=25%
G=37.68%
B=37.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362052030.3400.010.20178.2640.8366.86
Hex88CDCB220114b22943
Octal21031531342012426251103
Binary1000100011001101110010111000100110100101100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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