#8ED9CA

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

Shades of Riptide #8ED9CA

Tints of Riptide #8ED9CA

Color information

#8ED9CA (or 0x8ED9CA) is unknown color: approx Riptide. HEX triplet: 8E, D9 and CA. RGB value is (142,217,202). Sum of RGB (Red+Green+Blue) = 142+217+202=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9CA is #712635. Grayscale: #C0C0C0. Windows color (decimal): -7415350 or 13293966. OLE color: 13293966.

HSL color Cylindrical-coordinate representation of color #8ED9CA: hue angle of 168º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED9CA is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB142217202-
CMYK0.3500.070.15
HSL168º49.67%70.39%-
HSV(B)168º34.56%85.1%-
XYZ46.6359.6464.93-
YUV192.86133.1591.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=25.31%
G=38.68%
B=36.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422172020.3500.070.1516849.6770.39
Hex8ED9CA2307Fa83246
Octal21633131243071725062106
Binary10001110110110011100101010001101111111101010001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,202); }

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

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

 a { background-color: rgb(142,217,202); }

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

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

 span { border-color: rgb(142,217,202); }

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