#8DE5DD

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

Shades of Riptide #8DE5DD

Tints of Riptide #8DE5DD

Color information

#8DE5DD (or 0x8DE5DD) is unknown color: approx Riptide. HEX triplet: 8D, E5 and DD. RGB value is (141,229,221). Sum of RGB (Red+Green+Blue) = 141+229+221=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #8DE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE5DD is #721A22. Grayscale: #C9C9C9. Windows color (decimal): -7477795 or 14542221. OLE color: 14542221.

HSL color Cylindrical-coordinate representation of color #8DE5DD: hue angle of 174.55º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE5DD is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB141229221-
CMYK0.3800.030.10
HSL174.55º62.86%72.55%-
HSV(B)174.55º38.43%89.8%-
XYZ52.0566.9278.58-
YUV201.78138.8584.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.86%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=23.86%
G=38.75%
B=37.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1412292210.3800.030.10174.5562.8672.55
Hex8DE5DD2603Aaf3f49
Octal21534533546031225777111
Binary1000110111100101110111011001100111010101011111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,229,221); }

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

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

 a { background-color: rgb(141,229,221); }

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

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

 span { border-color: rgb(141,229,221); }

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