#8EDAC1

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

Shades of Riptide #8EDAC1

Tints of Riptide #8EDAC1

Color information

#8EDAC1 (or 0x8EDAC1) is unknown color: approx Riptide. HEX triplet: 8E, DA and C1. RGB value is (142,218,193). Sum of RGB (Red+Green+Blue) = 142+218+193=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDAC1 is #71253E. Grayscale: #C0C0C0. Windows color (decimal): -7415103 or 12704398. OLE color: 12704398.

HSL color Cylindrical-coordinate representation of color #8EDAC1: hue angle of 160.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAC1 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB142218193-
CMYK0.3500.110.15
HSL160.26º50.67%70.59%-
HSV(B)160.26º34.86%85.49%-
XYZ45.8559.7459.57-
YUV192.43128.3292.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.68%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=25.68%
G=39.42%
B=34.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181930.3500.110.15160.2650.6770.59
Hex8EDAC1230BFa03347
Octal216332301430131724063107
Binary100011101101101011000001100011010111111101000001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,193); }

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

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

 a { background-color: rgb(142,218,193); }

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

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

 span { border-color: rgb(142,218,193); }

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