#7ADACA

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

Shades of Riptide #7ADACA

Tints of Riptide #7ADACA

Color information

#7ADACA (or 0x7ADACA) is unknown color: approx Riptide. HEX triplet: 7A, DA and CA. RGB value is (122,218,202). Sum of RGB (Red+Green+Blue) = 122+218+202=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADACA is #852535. Grayscale: #BBBBBB. Windows color (decimal): -8725814 or 13294202. OLE color: 13294202.

HSL color Cylindrical-coordinate representation of color #7ADACA: hue angle of 170º 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 #7ADACA is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB122218202-
CMYK0.4400.070.15
HSL170º56.47%66.67%-
HSV(B)170º44.04%85.49%-
XYZ43.7658.5464.87-
YUV187.47136.281.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.51%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=22.51%
G=40.22%
B=37.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222182020.4400.070.1517056.4766.67
Hex7ADACA2C07Faa3843
Octal17233231254071725270103
Binary1111010110110101100101010110001111111101010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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