#8DEAD4

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

Shades of Riptide #8DEAD4

Tints of Riptide #8DEAD4

Color information

#8DEAD4 (or 0x8DEAD4) is unknown color: approx Riptide. HEX triplet: 8D, EA and D4. RGB value is (141,234,212). Sum of RGB (Red+Green+Blue) = 141+234+212=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAD4 is #72152B. Grayscale: #CBCBCB. Windows color (decimal): -7476524 or 13953677. OLE color: 13953677.

HSL color Cylindrical-coordinate representation of color #8DEAD4: hue angle of 165.81º 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 #8DEAD4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB141234212-
CMYK0.4000.090.08
HSL165.81º68.89%73.53%-
HSV(B)165.81º39.74%91.76%-
XYZ52.2969.2672.9-
YUV203.68132.6983.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.02%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=24.02%
G=39.86%
B=36.12%

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
Decimal1412342120.4000.090.08165.8168.8973.53
Hex8DEAD428098a6454a
Octal2153523245001110246105112
Binary1000110111101010110101001010000100110001010011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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