#8DDDC0

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

Shades of Riptide #8DDDC0

Tints of Riptide #8DDDC0

Color information

#8DDDC0 (or 0x8DDDC0) is unknown color: approx Riptide. HEX triplet: 8D, DD and C0. RGB value is (141,221,192). Sum of RGB (Red+Green+Blue) = 141+221+192=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDC0 is #72223F. Grayscale: #C1C1C1. Windows color (decimal): -7479872 or 12639629. OLE color: 12639629.

HSL color Cylindrical-coordinate representation of color #8DDDC0: hue angle of 158.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 #8DDDC0 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB141221192-
CMYK0.3600.130.13
HSL158.25º54.05%70.98%-
HSV(B)158.25º36.2%86.67%-
XYZ46.3661.1859.24-
YUV193.7712790.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.45%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=25.45%
G=39.89%
B=34.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412211920.3600.130.13158.2554.0570.98
Hex8DDDC0240DD9e3647
Octal215335300440151523666107
Binary100011011101110111000000100100011011101100111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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