#7AE3C4

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

Shades of Riptide #7AE3C4

Tints of Riptide #7AE3C4

Color information

#7AE3C4 (or 0x7AE3C4) is unknown color: approx Riptide. HEX triplet: 7A, E3 and C4. RGB value is (122,227,196). Sum of RGB (Red+Green+Blue) = 122+227+196=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE3C4 is #851C3B. Grayscale: #C0C0C0. Windows color (decimal): -8723516 or 12903290. OLE color: 12903290.

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

Color convert

RGB122227196-
CMYK0.4600.140.11
HSL162.29º65.22%68.43%-
HSV(B)162.29º46.26%89.02%-
XYZ45.4663.0662-
YUV192.07130.2178.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=22.39%
G=41.65%
B=35.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222271960.4600.140.11162.2965.2268.43
Hex7AE3C42E0EBa24144
Octal1723433045601613242101104
Binary111101011100011110001001011100111010111010001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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