#8EDCD5

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

Shades of Riptide #8EDCD5

Tints of Riptide #8EDCD5

Color information

#8EDCD5 (or 0x8EDCD5) is unknown color: approx Riptide. HEX triplet: 8E, DC and D5. RGB value is (142,220,213). Sum of RGB (Red+Green+Blue) = 142+220+213=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCD5 is #71232A. Grayscale: #C3C3C3. Windows color (decimal): -7414571 or 14015630. OLE color: 14015630.

HSL color Cylindrical-coordinate representation of color #8EDCD5: hue angle of 174.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCD5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB142220213-
CMYK0.3500.030.14
HSL174.62º52.7%70.98%-
HSV(B)174.62º35.45%86.27%-
XYZ48.7661.7472.3-
YUV195.88137.6689.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.70%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=24.70%
G=38.26%
B=37.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422202130.3500.030.14174.6252.770.98
Hex8EDCD52303Eaf3547
Octal21633432543031625765107
Binary1000111011011100110101011000110111110101011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,213); }

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

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

 a { background-color: rgb(142,220,213); }

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

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

 span { border-color: rgb(142,220,213); }

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