#8EECC5

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

Shades of Riptide #8EECC5

Tints of Riptide #8EECC5

Color information

#8EECC5 (or 0x8EECC5) is unknown color: approx Riptide. HEX triplet: 8E, EC and C5. RGB value is (142,236,197). Sum of RGB (Red+Green+Blue) = 142+236+197=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECC5 is #71133A. Grayscale: #CBCBCB. Windows color (decimal): -7410491 or 12971150. OLE color: 12971150.

HSL color Cylindrical-coordinate representation of color #8EECC5: hue angle of 155.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECC5 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB142236197-
CMYK0.4000.170.07
HSL155.11º71.21%74.12%-
HSV(B)155.11º39.83%92.55%-
XYZ51.2369.7763.59-
YUV203.45124.3684.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.70%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=24.70%
G=41.04%
B=34.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422361970.4000.170.07155.1171.2174.12
Hex8EECC52801179b474a
Octal216354305500217233107112
Binary1000111011101100110001011010000100011111001101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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