#7AD4CD

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

Shades of Riptide #7AD4CD

Tints of Riptide #7AD4CD

Color information

#7AD4CD (or 0x7AD4CD) is unknown color: approx Riptide. HEX triplet: 7A, D4 and CD. RGB value is (122,212,205). Sum of RGB (Red+Green+Blue) = 122+212+205=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD4CD is #852B32. Grayscale: #B8B8B8. Windows color (decimal): -8727347 or 13489274. OLE color: 13489274.

HSL color Cylindrical-coordinate representation of color #7AD4CD: hue angle of 175.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD4CD is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB122212205-
CMYK0.4200.030.17
HSL175.33º51.14%65.49%-
HSV(B)175.33º42.45%83.14%-
XYZ42.5955.6366.25-
YUV184.29139.6883.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.63%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=22.63%
G=39.33%
B=38.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1222122050.4200.030.17175.3351.1465.49
Hex7AD4CD2A0311af3341
Octal17232431552032125763101
Binary1111010110101001100110110101001110001101011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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