#7ADDC9

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

Shades of Riptide #7ADDC9

Tints of Riptide #7ADDC9

Color information

#7ADDC9 (or 0x7ADDC9) is unknown color: approx Riptide. HEX triplet: 7A, DD and C9. RGB value is (122,221,201). Sum of RGB (Red+Green+Blue) = 122+221+201=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC9 is #852236. Grayscale: #BDBDBD. Windows color (decimal): -8725047 or 13229434. OLE color: 13229434.

HSL color Cylindrical-coordinate representation of color #7ADDC9: hue angle of 167.88º 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 #7ADDC9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB122221201-
CMYK0.4500.090.13
HSL167.88º59.28%67.25%-
HSV(B)167.88º44.8%86.67%-
XYZ44.4360.0764.51-
YUV189.12134.780.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.43%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=22.43%
G=40.62%
B=36.95%

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
Decimal1222212010.4500.090.13167.8859.2867.25
Hex7ADDC92D09Da83b43
Octal172335311550111525073103
Binary11110101101110111001001101101010011101101010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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