#7AE7D1

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

Shades of Riptide #7AE7D1

Tints of Riptide #7AE7D1

Color information

#7AE7D1 (or 0x7AE7D1) is unknown color: approx Riptide. HEX triplet: 7A, E7 and D1. RGB value is (122,231,209). Sum of RGB (Red+Green+Blue) = 122+231+209=562 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.71% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7D1 is #85182E. Grayscale: #C3C3C3. Windows color (decimal): -8722479 or 13756282. OLE color: 13756282.

HSL color Cylindrical-coordinate representation of color #7AE7D1: hue angle of 167.89º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE7D1 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB122231209-
CMYK0.4700.100.09
HSL167.89º69.43%69.22%-
HSV(B)167.89º47.19%90.59%-
XYZ48.1165.8970.5-
YUV195.9135.3975.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.71%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=21.71%
G=41.10%
B=37.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222312090.4700.100.09167.8969.4369.22
Hex7AE7D12F0A9a84545
Octal1723473215701211250105105
Binary111101011100111110100011011110101010011010100010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,231,209); }

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

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

 a { background-color: rgb(122,231,209); }

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

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

 span { border-color: rgb(122,231,209); }

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