#7EDDCF

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

Shades of Riptide #7EDDCF

Tints of Riptide #7EDDCF

Color information

#7EDDCF (or 0x7EDDCF) is unknown color: approx Riptide. HEX triplet: 7E, DD and CF. RGB value is (126,221,207). Sum of RGB (Red+Green+Blue) = 126+221+207=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDCF is #812230. Grayscale: #BEBEBE. Windows color (decimal): -8462897 or 13622654. OLE color: 13622654.

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

Color convert

RGB126221207-
CMYK0.4300.060.13
HSL171.16º58.28%68.04%-
HSV(B)171.16º42.99%86.67%-
XYZ45.7260.6568.33-
YUV191137.0381.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.74%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=22.74%
G=39.89%
B=37.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262212070.4300.060.13171.1658.2868.04
Hex7EDDCF2B06Dab3a44
Octal17633531753061525372104
Binary1111110110111011100111110101101101101101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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