#7ADDC6

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

Shades of Riptide #7ADDC6

Tints of Riptide #7ADDC6

Color information

#7ADDC6 (or 0x7ADDC6) is unknown color: approx Riptide. HEX triplet: 7A, DD and C6. RGB value is (122,221,198). Sum of RGB (Red+Green+Blue) = 122+221+198=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC6 is #852239. Grayscale: #BCBCBC. Windows color (decimal): -8725050 or 13032826. OLE color: 13032826.

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

Color convert

RGB122221198-
CMYK0.4500.100.13
HSL166.06º59.28%67.25%-
HSV(B)166.06º44.8%86.67%-
XYZ44.0859.9362.67-
YUV188.78133.280.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.55%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=22.55%
G=40.85%
B=36.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211980.4500.100.13166.0659.2867.25
Hex7ADDC62D0ADa63b43
Octal172335306550121524673103
Binary11110101101110111000110101101010101101101001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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