#7ADAD5

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

Shades of Riptide #7ADAD5

Tints of Riptide #7ADAD5

Color information

#7ADAD5 (or 0x7ADAD5) is unknown color: approx Riptide. HEX triplet: 7A, DA and D5. RGB value is (122,218,213). Sum of RGB (Red+Green+Blue) = 122+218+213=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAD5 is #85252A. Grayscale: #BCBCBC. Windows color (decimal): -8725803 or 14015098. OLE color: 14015098.

HSL color Cylindrical-coordinate representation of color #7ADAD5: hue angle of 176.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAD5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB122218213-
CMYK0.4400.020.15
HSL176.88º56.47%66.67%-
HSV(B)176.88º44.04%85.49%-
XYZ45.1159.0871.98-
YUV188.73141.780.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.06%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=22.06%
G=39.42%
B=38.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222182130.4400.020.15176.8856.4766.67
Hex7ADAD52C02Fb13843
Octal17233232554021726170103
Binary111101011011010110101011011000101111101100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,218,213); }

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

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

 a { background-color: rgb(122,218,213); }

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

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

 span { border-color: rgb(122,218,213); }

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