#7EDDCE

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

Shades of Riptide #7EDDCE

Tints of Riptide #7EDDCE

Color information

#7EDDCE (or 0x7EDDCE) is unknown color: approx Riptide. HEX triplet: 7E, DD and CE. RGB value is (126,221,206). Sum of RGB (Red+Green+Blue) = 126+221+206=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDCE is #812231. Grayscale: #BEBEBE. Windows color (decimal): -8462898 or 13557118. OLE color: 13557118.

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

Color convert

RGB126221206-
CMYK0.4300.070.13
HSL170.53º58.28%68.04%-
HSV(B)170.53º42.99%86.67%-
XYZ45.660.667.69-
YUV190.89136.5381.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=22.78%
G=39.96%
B=37.25%

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
Decimal1262212060.4300.070.13170.5358.2868.04
Hex7EDDCE2B07Dab3a44
Octal17633531653071525372104
Binary1111110110111011100111010101101111101101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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