#7AE5C8

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

Shades of Riptide #7AE5C8

Tints of Riptide #7AE5C8

Color information

#7AE5C8 (or 0x7AE5C8) is unknown color: approx Riptide. HEX triplet: 7A, E5 and C8. RGB value is (122,229,200). Sum of RGB (Red+Green+Blue) = 122+229+200=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5C8 is #851A37. Grayscale: #C1C1C1. Windows color (decimal): -8723000 or 13165946. OLE color: 13165946.

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

Color convert

RGB122229200-
CMYK0.4700.130.10
HSL163.74º67.3%68.82%-
HSV(B)163.74º46.72%89.8%-
XYZ46.4764.3564.61-
YUV193.7131.5576.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.14%
GREEN value IS 229 (89.84% from 255) = 41.56%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=22.14%
G=41.56%
B=36.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1222292000.4700.130.10163.7467.368.82
Hex7AE5C82F0DAa44345
Octal1723453105701512244103105
Binary111101011100101110010001011110110110101010010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,229,200); }

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

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

 a { background-color: rgb(122,229,200); }

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

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

 span { border-color: rgb(122,229,200); }

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