#7ae1cd

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

Shades of Riptide #7AE1CD

Tints of Riptide #7AE1CD

Color information

#7AE1CD (or 0x7AE1CD) is unknown color: approx Riptide. HEX triplet: 7A, E1 and CD. RGB value is (122,225,205). Sum of RGB (Red+Green+Blue) = 122+225+205=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE1CD is #851E32. Grayscale: #BFBFBF. Windows color (decimal): -8724019 or 13492602. OLE color: 13492602.

HSL color Cylindrical-coordinate representation of color #7AE1CD: hue angle of 168.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1CD is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB122225205-
CMYK0.4600.090.12
HSL168.35º63.19%68.04%-
HSV(B)168.35º45.78%88.24%-
XYZ45.9762.467.38-
YUV191.92135.3878.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.10%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=22.10%
G=40.76%
B=37.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222252050.4600.090.12168.3563.1968.04
Hex7AE1CD2E09Ca83f44
Octal172341315560111425077104
Binary11110101110000111001101101110010011100101010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae1cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,225,205); }

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

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

 a { background-color: rgb(122,225,205); }

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

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

 span { border-color: rgb(122,225,205); }

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