#8DE8DC

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

Shades of Riptide #8DE8DC

Tints of Riptide #8DE8DC

Color information

#8DE8DC (or 0x8DE8DC) is unknown color: approx Riptide. HEX triplet: 8D, E8 and DC. RGB value is (141,232,220). Sum of RGB (Red+Green+Blue) = 141+232+220=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE8DC is #721723. Grayscale: #CBCBCB. Windows color (decimal): -7477028 or 14477453. OLE color: 14477453.

HSL color Cylindrical-coordinate representation of color #8DE8DC: hue angle of 172.09º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE8DC is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB141232220-
CMYK0.3900.050.09
HSL172.09º66.42%73.14%-
HSV(B)172.09º39.22%90.98%-
XYZ52.7668.5478.16-
YUV203.42137.3583.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 232 (91.02% from 255) = 39.12%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=23.78%
G=39.12%
B=37.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412322200.3900.050.09172.0966.4273.14
Hex8DE8DC27059ac4249
Octal215350334470511254102111
Binary100011011110100011011100100111010110011010110010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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