#7AE0D7

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

Shades of Riptide #7AE0D7

Tints of Riptide #7AE0D7

Color information

#7AE0D7 (or 0x7AE0D7) is unknown color: approx Riptide. HEX triplet: 7A, E0 and D7. RGB value is (122,224,215). Sum of RGB (Red+Green+Blue) = 122+224+215=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE0D7 is #851F28. Grayscale: #C0C0C0. Windows color (decimal): -8724265 or 14147706. OLE color: 14147706.

HSL color Cylindrical-coordinate representation of color #7AE0D7: hue angle of 174.71º degrees, saturation: 0.62, 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 #7AE0D7 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB122224215-
CMYK0.4600.040.12
HSL174.71º62.2%67.84%-
HSV(B)174.71º45.54%87.84%-
XYZ46.9562.3673.85-
YUV192.48140.7177.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.75%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=21.75%
G=39.93%
B=38.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222242150.4600.040.12174.7162.267.84
Hex7AE0D72E04Caf3e44
Octal17234032756041425776104
Binary1111010111000001101011110111001001100101011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,224,215); }

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

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

 a { background-color: rgb(122,224,215); }

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

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

 span { border-color: rgb(122,224,215); }

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