#7AD9CB

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

Shades of Riptide #7AD9CB

Tints of Riptide #7AD9CB

Color information

#7AD9CB (or 0x7AD9CB) is unknown color: approx Riptide. HEX triplet: 7A, D9 and CB. RGB value is (122,217,203). Sum of RGB (Red+Green+Blue) = 122+217+203=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD9CB is #852634. Grayscale: #BABABA. Windows color (decimal): -8726069 or 13359482. OLE color: 13359482.

HSL color Cylindrical-coordinate representation of color #7AD9CB: hue angle of 171.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD9CB is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB122217203-
CMYK0.4400.060.15
HSL171.16º55.56%66.47%-
HSV(B)171.16º43.78%85.1%-
XYZ43.6258.0865.41-
YUV187137.0381.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.51%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=22.51%
G=40.04%
B=37.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222172030.4400.060.15171.1655.5666.47
Hex7AD9CB2C06Fab3842
Octal17233131354061725370102
Binary1111010110110011100101110110001101111101010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,217,203); }

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

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

 a { background-color: rgb(122,217,203); }

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

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

 span { border-color: rgb(122,217,203); }

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