#8DE6DC

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

Shades of Riptide #8DE6DC

Tints of Riptide #8DE6DC

Color information

#8DE6DC (or 0x8DE6DC) is unknown color: approx Riptide. HEX triplet: 8D, E6 and DC. RGB value is (141,230,220). Sum of RGB (Red+Green+Blue) = 141+230+220=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE6DC is #721923. Grayscale: #CACACA. Windows color (decimal): -7477540 or 14476941. OLE color: 14476941.

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

Color convert

RGB141230220-
CMYK0.3900.040.10
HSL173.26º64.03%72.75%-
HSV(B)173.26º38.7%90.2%-
XYZ52.267.4277.97-
YUV202.25138.0184.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.86%
GREEN value IS 230 (90.23% from 255) = 38.92%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=23.86%
G=38.92%
B=37.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1412302200.3900.040.10173.2664.0372.75
Hex8DE6DC2704Aad4049
Octal215346334470412255100111
Binary100011011110011011011100100111010010101010110110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,230,220); }

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

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

 a { background-color: rgb(141,230,220); }

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

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

 span { border-color: rgb(141,230,220); }

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