#7AE2D3

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

Shades of Riptide #7AE2D3

Tints of Riptide #7AE2D3

Color information

#7AE2D3 (or 0x7AE2D3) is unknown color: approx Riptide. HEX triplet: 7A, E2 and D3. RGB value is (122,226,211). Sum of RGB (Red+Green+Blue) = 122+226+211=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE2D3 is #851D2C. Grayscale: #C1C1C1. Windows color (decimal): -8723757 or 13886074. OLE color: 13886074.

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

Color convert

RGB122226211-
CMYK0.4600.070.11
HSL171.35º64.2%68.24%-
HSV(B)171.35º46.02%88.63%-
XYZ46.9863.2371.36-
YUV193.19138.0477.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.82%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 211 (82.81% from 255) = 37.75%
R=21.82%
G=40.43%
B=37.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222262110.4600.070.11171.3564.268.24
Hex7AE2D32E07Bab4044
Octal172342323560713253100104
Binary11110101110001011010011101110011110111010101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,226,211); }

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

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

 a { background-color: rgb(122,226,211); }

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

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

 span { border-color: rgb(122,226,211); }

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