#7AE3C6

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

Shades of Riptide #7AE3C6

Tints of Riptide #7AE3C6

Color information

#7AE3C6 (or 0x7AE3C6) is unknown color: approx Riptide. HEX triplet: 7A, E3 and C6. RGB value is (122,227,198). Sum of RGB (Red+Green+Blue) = 122+227+198=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE3C6 is #851C39. Grayscale: #C0C0C0. Windows color (decimal): -8723514 or 13034362. OLE color: 13034362.

HSL color Cylindrical-coordinate representation of color #7AE3C6: hue angle of 163.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE3C6 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB122227198-
CMYK0.4600.130.11
HSL163.43º65.22%68.43%-
HSV(B)163.43º46.26%89.02%-
XYZ45.6963.1563.21-
YUV192.3131.2177.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.30%
GREEN value IS 227 (89.06% from 255) = 41.50%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=22.30%
G=41.50%
B=36.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222271980.4600.130.11163.4365.2268.43
Hex7AE3C62E0DBa34144
Octal1723433065601513243101104
Binary111101011100011110001101011100110110111010001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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