#7ADDCA

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

Shades of Riptide #7ADDCA

Tints of Riptide #7ADDCA

Color information

#7ADDCA (or 0x7ADDCA) is unknown color: approx Riptide. HEX triplet: 7A, DD and CA. RGB value is (122,221,202). Sum of RGB (Red+Green+Blue) = 122+221+202=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCA is #852235. Grayscale: #BDBDBD. Windows color (decimal): -8725046 or 13294970. OLE color: 13294970.

HSL color Cylindrical-coordinate representation of color #7ADDCA: hue angle of 168.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDCA is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB122221202-
CMYK0.4500.090.13
HSL168.48º59.28%67.25%-
HSV(B)168.48º44.8%86.67%-
XYZ44.5460.1165.13-
YUV189.23135.280.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=22.39%
G=40.55%
B=37.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222212020.4500.090.13168.4859.2867.25
Hex7ADDCA2D09Da83b43
Octal172335312550111525073103
Binary11110101101110111001010101101010011101101010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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