#8EDFCD

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

Shades of Riptide #8EDFCD

Tints of Riptide #8EDFCD

Color information

#8EDFCD (or 0x8EDFCD) is unknown color: approx Riptide. HEX triplet: 8E, DF and CD. RGB value is (142,223,205). Sum of RGB (Red+Green+Blue) = 142+223+205=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFCD is #712032. Grayscale: #C4C4C4. Windows color (decimal): -7413811 or 13492110. OLE color: 13492110.

HSL color Cylindrical-coordinate representation of color #8EDFCD: hue angle of 166.67º 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 #8EDFCD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB142223205-
CMYK0.3600.080.13
HSL166.67º55.86%71.57%-
HSV(B)166.67º36.32%87.45%-
XYZ48.5662.9367.35-
YUV196.73132.6688.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=24.91%
G=39.12%
B=35.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422232050.3600.080.13166.6755.8671.57
Hex8EDFCD2408Da73848
Octal216337315440101524770110
Binary100011101101111111001101100100010001101101001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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