#7EDECA

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

Shades of Riptide #7EDECA

Tints of Riptide #7EDECA

Color information

#7EDECA (or 0x7EDECA) is unknown color: approx Riptide. HEX triplet: 7E, DE and CA. RGB value is (126,222,202). Sum of RGB (Red+Green+Blue) = 126+222+202=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDECA is #812135. Grayscale: #BEBEBE. Windows color (decimal): -8462646 or 13295230. OLE color: 13295230.

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

Color convert

RGB126222202-
CMYK0.4300.090.13
HSL167.5º59.26%68.24%-
HSV(B)167.5º43.24%87.06%-
XYZ45.3960.9465.25-
YUV191.02134.281.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.91%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=22.91%
G=40.36%
B=36.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262222020.4300.090.13167.559.2668.24
Hex7EDECA2B09Da83b44
Octal176336312530111525073104
Binary11111101101111011001010101011010011101101010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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