#8DDACE

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

Shades of Riptide #8DDACE

Tints of Riptide #8DDACE

Color information

#8DDACE (or 0x8DDACE) is unknown color: approx Riptide. HEX triplet: 8D, DA and CE. RGB value is (141,218,206). Sum of RGB (Red+Green+Blue) = 141+218+206=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDACE is #722531. Grayscale: #C1C1C1. Windows color (decimal): -7480626 or 13556365. OLE color: 13556365.

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

Color convert

RGB141218206-
CMYK0.3500.060.15
HSL170.65º50.99%70.39%-
HSV(B)170.65º35.32%85.49%-
XYZ47.260.2667.54-
YUV193.61134.9990.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.96%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=24.96%
G=38.58%
B=36.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1412182060.3500.060.15170.6550.9970.39
Hex8DDACE2306Fab3346
Octal21533231643061725363106
Binary10001101110110101100111010001101101111101010111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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