#8ED7CD

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

Shades of Riptide #8ED7CD

Tints of Riptide #8ED7CD

Color information

#8ED7CD (or 0x8ED7CD) is unknown color: approx Riptide. HEX triplet: 8E, D7 and CD. RGB value is (142,215,205). Sum of RGB (Red+Green+Blue) = 142+215+205=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED7CD is #712832. Grayscale: #C0C0C0. Windows color (decimal): -7415859 or 13490062. OLE color: 13490062.

HSL color Cylindrical-coordinate representation of color #8ED7CD: hue angle of 171.78º 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 #8ED7CD is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB142215205-
CMYK0.3400.050.16
HSL171.78º47.71%70%-
HSV(B)171.78º33.95%84.31%-
XYZ46.4858.7666.65-
YUV192.03135.3292.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=25.27%
G=38.26%
B=36.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422152050.3400.050.16171.7847.7170
Hex8ED7CD220510ac3046
Octal21632731542052025460106
Binary100011101101011111001101100010010110000101011001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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