#7EDDCD

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

Shades of Riptide #7EDDCD

Tints of Riptide #7EDDCD

Color information

#7EDDCD (or 0x7EDDCD) is unknown color: approx Riptide. HEX triplet: 7E, DD and CD. RGB value is (126,221,205). Sum of RGB (Red+Green+Blue) = 126+221+205=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDCD is #812232. Grayscale: #BEBEBE. Windows color (decimal): -8462899 or 13491582. OLE color: 13491582.

HSL color Cylindrical-coordinate representation of color #7EDDCD: hue angle of 169.89º degrees, saturation: 0.58, 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 #7EDDCD is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB126221205-
CMYK0.4300.070.13
HSL169.89º58.28%68.04%-
HSV(B)169.89º42.99%86.67%-
XYZ45.4860.5667.05-
YUV190.77136.0381.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.83%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=22.83%
G=40.04%
B=37.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262212050.4300.070.13169.8958.2868.04
Hex7EDDCD2B07Daa3a44
Octal17633531553071525272104
Binary1111110110111011100110110101101111101101010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,205); }

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

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

 a { background-color: rgb(126,221,205); }

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

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

 span { border-color: rgb(126,221,205); }

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