#7ADACE

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

Shades of Riptide #7ADACE

Tints of Riptide #7ADACE

Color information

#7ADACE (or 0x7ADACE) is unknown color: approx Riptide. HEX triplet: 7A, DA and CE. RGB value is (122,218,206). Sum of RGB (Red+Green+Blue) = 122+218+206=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADACE is #852531. Grayscale: #BBBBBB. Windows color (decimal): -8725810 or 13556346. OLE color: 13556346.

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

Color convert

RGB122218206-
CMYK0.4400.060.15
HSL172.5º56.47%66.67%-
HSV(B)172.5º44.04%85.49%-
XYZ44.2458.7467.4-
YUV187.93138.280.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.34%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=22.34%
G=39.93%
B=37.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222182060.4400.060.15172.556.4766.67
Hex7ADACE2C06Fac3843
Octal17233231654061725470103
Binary1111010110110101100111010110001101111101011001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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