#8EEDC7

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

Shades of Riptide #8EEDC7

Tints of Riptide #8EEDC7

Color information

#8EEDC7 (or 0x8EEDC7) is unknown color: approx Riptide. HEX triplet: 8E, ED and C7. RGB value is (142,237,199). Sum of RGB (Red+Green+Blue) = 142+237+199=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDC7 is #711238. Grayscale: #CCCCCC. Windows color (decimal): -7410233 or 13102478. OLE color: 13102478.

HSL color Cylindrical-coordinate representation of color #8EEDC7: hue angle of 156º degrees, saturation: 0.73, 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 #8EEDC7 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB142237199-
CMYK0.4000.160.07
HSL156º72.52%74.31%-
HSV(B)156º40.08%92.94%-
XYZ51.7570.4464.9-
YUV204.26125.0383.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=24.57%
G=41.00%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422371990.4000.160.0715672.5274.31
Hex8EEDC72801079c494a
Octal216355307500207234111112
Binary1000111011101101110001111010000100001111001110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,199); }

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

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

 a { background-color: rgb(142,237,199); }

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

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

 span { border-color: rgb(142,237,199); }

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