#7EDBD4

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

Shades of Riptide #7EDBD4

Tints of Riptide #7EDBD4

Color information

#7EDBD4 (or 0x7EDBD4) is unknown color: approx Riptide. HEX triplet: 7E, DB and D4. RGB value is (126,219,212). Sum of RGB (Red+Green+Blue) = 126+219+212=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBD4 is #81242B. Grayscale: #BEBEBE. Windows color (decimal): -8463404 or 13949822. OLE color: 13949822.

HSL color Cylindrical-coordinate representation of color #7EDBD4: hue angle of 175.48º 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 #7EDBD4 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB126219212-
CMYK0.4200.030.14
HSL175.48º56.36%67.65%-
HSV(B)175.48º42.47%85.88%-
XYZ45.8259.8571.43-
YUV190.4140.1982.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.62%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=22.62%
G=39.32%
B=38.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262192120.4200.030.14175.4856.3667.65
Hex7EDBD42A03Eaf3844
Octal17633332452031625770104
Binary111111011011011110101001010100111110101011111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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