#7AD7CD

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

Shades of Riptide #7AD7CD

Tints of Riptide #7AD7CD

Color information

#7AD7CD (or 0x7AD7CD) is unknown color: approx Riptide. HEX triplet: 7A, D7 and CD. RGB value is (122,215,205). Sum of RGB (Red+Green+Blue) = 122+215+205=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD7CD is #852832. Grayscale: #BABABA. Windows color (decimal): -8726579 or 13490042. OLE color: 13490042.

HSL color Cylindrical-coordinate representation of color #7AD7CD: hue angle of 173.55º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD7CD is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB122215205-
CMYK0.4300.050.16
HSL173.55º53.76%66.08%-
HSV(B)173.55º43.26%84.31%-
XYZ43.3557.1566.5-
YUV186.05138.6982.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.51%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=22.51%
G=39.67%
B=37.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222152050.4300.050.16173.5553.7666.08
Hex7AD7CD2B0510ae3642
Octal17232731553052025666102
Binary11110101101011111001101101011010110000101011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,215,205); }

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

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

 a { background-color: rgb(122,215,205); }

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

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

 span { border-color: rgb(122,215,205); }

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