#8DEAD6

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

Shades of Riptide #8DEAD6

Tints of Riptide #8DEAD6

Color information

#8DEAD6 (or 0x8DEAD6) is unknown color: approx Riptide. HEX triplet: 8D, EA and D6. RGB value is (141,234,214). Sum of RGB (Red+Green+Blue) = 141+234+214=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAD6 is #721529. Grayscale: #CBCBCB. Windows color (decimal): -7476522 or 14084749. OLE color: 14084749.

HSL color Cylindrical-coordinate representation of color #8DEAD6: hue angle of 167.1º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAD6 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB141234214-
CMYK0.4000.090.08
HSL167.1º68.89%73.53%-
HSV(B)167.1º39.74%91.76%-
XYZ52.5469.3674.24-
YUV203.91133.6983.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.94%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=23.94%
G=39.73%
B=36.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412342140.4000.090.08167.168.8973.53
Hex8DEAD628098a7454a
Octal2153523265001110247105112
Binary1000110111101010110101101010000100110001010011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,214); }

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

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

 a { background-color: rgb(141,234,214); }

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

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

 span { border-color: rgb(141,234,214); }

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