#8DD8D1

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

Shades of Riptide #8DD8D1

Tints of Riptide #8DD8D1

Color information

#8DD8D1 (or 0x8DD8D1) is unknown color: approx Riptide. HEX triplet: 8D, D8 and D1. RGB value is (141,216,209). Sum of RGB (Red+Green+Blue) = 141+216+209=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD8D1 is #72272E. Grayscale: #C0C0C0. Windows color (decimal): -7481135 or 13752461. OLE color: 13752461.

HSL color Cylindrical-coordinate representation of color #8DD8D1: hue angle of 174.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD8D1 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB141216209-
CMYK0.3500.030.15
HSL174.4º49.02%70%-
HSV(B)174.4º34.72%84.71%-
XYZ47.0559.3869.3-
YUV192.78137.1591.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.91%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=24.91%
G=38.16%
B=36.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412162090.3500.030.15174.449.0270
Hex8DD8D12303Fae3146
Octal21533032143031725661106
Binary1000110111011000110100011000110111111101011101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,209); }

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

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

 a { background-color: rgb(141,216,209); }

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

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

 span { border-color: rgb(141,216,209); }

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