#7AEAC6

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

Shades of Riptide #7AEAC6

Tints of Riptide #7AEAC6

Color information

#7AEAC6 (or 0x7AEAC6) is unknown color: approx Riptide. HEX triplet: 7A, EA and C6. RGB value is (122,234,198). Sum of RGB (Red+Green+Blue) = 122+234+198=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEAC6 is #851539. Grayscale: #C4C4C4. Windows color (decimal): -8721722 or 13036154. OLE color: 13036154.

HSL color Cylindrical-coordinate representation of color #7AEAC6: hue angle of 160.71º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEAC6 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB122234198-
CMYK0.4800.150.08
HSL160.71º72.73%69.8%-
HSV(B)160.71º47.86%91.76%-
XYZ47.6467.0663.86-
YUV196.41128.8974.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.02%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=22.02%
G=42.24%
B=35.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341980.4800.150.08160.7172.7369.8
Hex7AEAC6300F8a14946
Octal1723523066001710241111106
Binary111101011101010110001101100000111110001010000110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,234,198); }

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

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

 a { background-color: rgb(122,234,198); }

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

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

 span { border-color: rgb(122,234,198); }

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