#8DDDCC

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

Shades of Riptide #8DDDCC

Tints of Riptide #8DDDCC

Color information

#8DDDCC (or 0x8DDDCC) is unknown color: approx Riptide. HEX triplet: 8D, DD and CC. RGB value is (141,221,204). Sum of RGB (Red+Green+Blue) = 141+221+204=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDCC is #722233. Grayscale: #C3C3C3. Windows color (decimal): -7479860 or 13426061. OLE color: 13426061.

HSL color Cylindrical-coordinate representation of color #8DDDCC: hue angle of 167.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDCC is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB141221204-
CMYK0.3600.080.13
HSL167.25º54.05%70.98%-
HSV(B)167.25º36.2%86.67%-
XYZ47.7461.7466.53-
YUV195.1413389.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.91%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=24.91%
G=39.05%
B=36.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412212040.3600.080.13167.2554.0570.98
Hex8DDDCC2408Da73647
Octal215335314440101524766107
Binary100011011101110111001100100100010001101101001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDDCC; }

 p { color: rgb(141,221,204); }

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

<style>
 a { background-color: #8DDDCC; }

 a { background-color: rgb(141,221,204); }

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

<style>
 span { border-color: #8DDDCC; }

 span { border-color: rgb(141,221,204); }

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