#7EDDCB

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

Shades of Riptide #7EDDCB

Tints of Riptide #7EDDCB

Color information

#7EDDCB (or 0x7EDDCB) is unknown color: approx Riptide. HEX triplet: 7E, DD and CB. RGB value is (126,221,203). Sum of RGB (Red+Green+Blue) = 126+221+203=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDCB is #812234. Grayscale: #BEBEBE. Windows color (decimal): -8462901 or 13360510. OLE color: 13360510.

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

Color convert

RGB126221203-
CMYK0.4300.080.13
HSL168.63º58.28%68.04%-
HSV(B)168.63º42.99%86.67%-
XYZ45.2460.4665.79-
YUV190.54135.0381.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.91%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=22.91%
G=40.18%
B=36.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262212030.4300.080.13168.6358.2868.04
Hex7EDDCB2B08Da93a44
Octal176335313530101525172104
Binary11111101101110111001011101011010001101101010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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