#8DDAD3

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

Shades of Riptide #8DDAD3

Tints of Riptide #8DDAD3

Color information

#8DDAD3 (or 0x8DDAD3) is unknown color: approx Riptide. HEX triplet: 8D, DA and D3. RGB value is (141,218,211). Sum of RGB (Red+Green+Blue) = 141+218+211=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDAD3 is #72252C. Grayscale: #C2C2C2. Windows color (decimal): -7480621 or 13884045. OLE color: 13884045.

HSL color Cylindrical-coordinate representation of color #8DDAD3: hue angle of 174.55º degrees, saturation: 0.51, 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 #8DDAD3 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB141218211-
CMYK0.3500.030.15
HSL174.55º50.99%70.39%-
HSV(B)174.55º35.32%85.49%-
XYZ47.8160.5170.79-
YUV194.18137.4990.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.74%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 211 (82.81% from 255) = 37.02%
R=24.74%
G=38.25%
B=37.02%

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
Decimal1412182110.3500.030.15174.5550.9970.39
Hex8DDAD32303Faf3346
Octal21533232343031725763106
Binary1000110111011010110100111000110111111101011111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,211); }

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

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

 a { background-color: rgb(141,218,211); }

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

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

 span { border-color: rgb(141,218,211); }

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