#7EDBD1

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

Shades of Riptide #7EDBD1

Tints of Riptide #7EDBD1

Color information

#7EDBD1 (or 0x7EDBD1) is unknown color: approx Riptide. HEX triplet: 7E, DB and D1. RGB value is (126,219,209). Sum of RGB (Red+Green+Blue) = 126+219+209=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBD1 is #81242E. Grayscale: #BEBEBE. Windows color (decimal): -8463407 or 13753214. OLE color: 13753214.

HSL color Cylindrical-coordinate representation of color #7EDBD1: hue angle of 173.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBD1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB126219209-
CMYK0.4200.050.14
HSL173.55º56.36%67.65%-
HSV(B)173.55º42.47%85.88%-
XYZ45.4459.769.45-
YUV190.05138.6982.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.74%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=22.74%
G=39.53%
B=37.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262192090.4200.050.14173.5556.3667.65
Hex7EDBD12A05Eae3844
Octal17633332152051625670104
Binary1111110110110111101000110101001011110101011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,209); }

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

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

 a { background-color: rgb(126,219,209); }

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

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

 span { border-color: rgb(126,219,209); }

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