#8EDFDA

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

Shades of Riptide #8EDFDA

Tints of Riptide #8EDFDA

Color information

#8EDFDA (or 0x8EDFDA) is unknown color: approx Riptide. HEX triplet: 8E, DF and DA. RGB value is (142,223,218). Sum of RGB (Red+Green+Blue) = 142+223+218=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFDA is #712025. Grayscale: #C6C6C6. Windows color (decimal): -7413798 or 14344078. OLE color: 14344078.

HSL color Cylindrical-coordinate representation of color #8EDFDA: hue angle of 176.3º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFDA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB142223218-
CMYK0.3600.020.13
HSL176.3º55.86%71.57%-
HSV(B)176.3º36.32%87.45%-
XYZ50.263.5975.96-
YUV198.21139.1687.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=24.36%
G=38.25%
B=37.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422232180.3600.020.13176.355.8671.57
Hex8EDFDA2402Db03848
Octal21633733244021526070110
Binary1000111011011111110110101001000101101101100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,218); }

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

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

 a { background-color: rgb(142,223,218); }

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

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

 span { border-color: rgb(142,223,218); }

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