#7EEAC1

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

Shades of Riptide #7EEAC1

Tints of Riptide #7EEAC1

Color information

#7EEAC1 (or 0x7EEAC1) is unknown color: approx Riptide. HEX triplet: 7E, EA and C1. RGB value is (126,234,193). Sum of RGB (Red+Green+Blue) = 126+234+193=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEAC1 is #81153E. Grayscale: #C5C5C5. Windows color (decimal): -8459583 or 12708478. OLE color: 12708478.

HSL color Cylindrical-coordinate representation of color #7EEAC1: hue angle of 157.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEAC1 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB126234193-
CMYK0.4600.180.08
HSL157.22º72%70.59%-
HSV(B)157.22º46.15%91.76%-
XYZ47.6567.1360.9-
YUV197.03125.7277.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.78%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=22.78%
G=42.31%
B=34.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262341930.4600.180.08157.227270.59
Hex7EEAC12E01289d4847
Octal1763523015602210235110107
Binary1111110111010101100000110111001001010001001110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,234,193); }

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

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

 a { background-color: rgb(126,234,193); }

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

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

 span { border-color: rgb(126,234,193); }

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