#7ADAD4

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

Shades of Riptide #7ADAD4

Tints of Riptide #7ADAD4

Color information

#7ADAD4 (or 0x7ADAD4) is unknown color: approx Riptide. HEX triplet: 7A, DA and D4. RGB value is (122,218,212). Sum of RGB (Red+Green+Blue) = 122+218+212=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAD4 is #85252B. Grayscale: #BCBCBC. Windows color (decimal): -8725804 or 13949562. OLE color: 13949562.

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

Color convert

RGB122218212-
CMYK0.4400.030.15
HSL176.25º56.47%66.67%-
HSV(B)176.25º44.04%85.49%-
XYZ44.9859.0371.31-
YUV188.61141.280.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.10%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 212 (83.20% from 255) = 38.41%
R=22.10%
G=39.49%
B=38.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222182120.4400.030.15176.2556.4766.67
Hex7ADAD42C03Fb03843
Octal17233232454031726070103
Binary111101011011010110101001011000111111101100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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