#8EDBC5

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

Shades of Riptide #8EDBC5

Tints of Riptide #8EDBC5

Color information

#8EDBC5 (or 0x8EDBC5) is unknown color: approx Riptide. HEX triplet: 8E, DB and C5. RGB value is (142,219,197). Sum of RGB (Red+Green+Blue) = 142+219+197=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC5 is #71243A. Grayscale: #C1C1C1. Windows color (decimal): -7414843 or 12966798. OLE color: 12966798.

HSL color Cylindrical-coordinate representation of color #8EDBC5: hue angle of 162.86º degrees, saturation: 0.52, 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 #8EDBC5 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB142219197-
CMYK0.3500.100.14
HSL162.86º51.68%70.78%-
HSV(B)162.86º35.16%85.88%-
XYZ46.5660.4562.04-
YUV193.47129.9991.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=25.45%
G=39.25%
B=35.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191970.3500.100.14162.8651.6870.78
Hex8EDBC5230AEa33447
Octal216333305430121624364107
Binary100011101101101111000101100011010101110101000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,197); }

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

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

 a { background-color: rgb(142,219,197); }

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

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

 span { border-color: rgb(142,219,197); }

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