#7EDED5

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

Shades of Riptide #7EDED5

Tints of Riptide #7EDED5

Color information

#7EDED5 (or 0x7EDED5) is unknown color: approx Riptide. HEX triplet: 7E, DE and D5. RGB value is (126,222,213). Sum of RGB (Red+Green+Blue) = 126+222+213=561 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.46% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDED5 is #81212A. Grayscale: #C0C0C0. Windows color (decimal): -8462635 or 14016126. OLE color: 14016126.

HSL color Cylindrical-coordinate representation of color #7EDED5: hue angle of 174.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDED5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB126222213-
CMYK0.4300.040.13
HSL174.38º59.26%68.24%-
HSV(B)174.38º43.24%87.06%-
XYZ46.7461.4872.35-
YUV192.27139.780.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.46%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=22.46%
G=39.57%
B=37.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262222130.4300.040.13174.3859.2668.24
Hex7EDED52B04Dae3b44
Octal17633632553041525673104
Binary1111110110111101101010110101101001101101011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDED5; }

 p { color: rgb(126,222,213); }

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

<style>
 a { background-color: #7EDED5; }

 a { background-color: rgb(126,222,213); }

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

<style>
 span { border-color: #7EDED5; }

 span { border-color: rgb(126,222,213); }

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