#8ED7C9

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

Shades of Riptide #8ED7C9

Tints of Riptide #8ED7C9

Color information

#8ED7C9 (or 0x8ED7C9) is unknown color: approx Riptide. HEX triplet: 8E, D7 and C9. RGB value is (142,215,201). Sum of RGB (Red+Green+Blue) = 142+215+201=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED7C9 is #712836. Grayscale: #BFBFBF. Windows color (decimal): -7415863 or 13227918. OLE color: 13227918.

HSL color Cylindrical-coordinate representation of color #8ED7C9: hue angle of 168.49º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED7C9 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB142215201-
CMYK0.3400.070.16
HSL168.49º47.71%70%-
HSV(B)168.49º33.95%84.31%-
XYZ4658.5764.14-
YUV191.58133.3292.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=25.45%
G=38.53%
B=36.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422152010.3400.070.16168.4947.7170
Hex8ED7C9220710a83046
Octal21632731142072025060106
Binary100011101101011111001001100010011110000101010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,215,201); }

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

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

 a { background-color: rgb(142,215,201); }

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

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

 span { border-color: rgb(142,215,201); }

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