#7AE7CF

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

Shades of Riptide #7AE7CF

Tints of Riptide #7AE7CF

Color information

#7AE7CF (or 0x7AE7CF) is unknown color: approx Riptide. HEX triplet: 7A, E7 and CF. RGB value is (122,231,207). Sum of RGB (Red+Green+Blue) = 122+231+207=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE7CF is #851830. Grayscale: #C3C3C3. Windows color (decimal): -8722481 or 13625210. OLE color: 13625210.

HSL color Cylindrical-coordinate representation of color #7AE7CF: hue angle of 166.79º 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 #7AE7CF is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB122231207-
CMYK0.4700.100.09
HSL166.79º69.43%69.22%-
HSV(B)166.79º47.19%90.59%-
XYZ47.8665.7969.21-
YUV195.67134.3975.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.79%
GREEN value IS 231 (90.62% from 255) = 41.25%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=21.79%
G=41.25%
B=36.96%

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
Decimal1222312070.4700.100.09166.7969.4369.22
Hex7AE7CF2F0A9a74545
Octal1723473175701211247105105
Binary111101011100111110011111011110101010011010011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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