#7ADEC8

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

Shades of Riptide #7ADEC8

Tints of Riptide #7ADEC8

Color information

#7ADEC8 (or 0x7ADEC8) is unknown color: approx Riptide. HEX triplet: 7A, DE and C8. RGB value is (122,222,200). Sum of RGB (Red+Green+Blue) = 122+222+200=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADEC8 is #852137. Grayscale: #BDBDBD. Windows color (decimal): -8724792 or 13164154. OLE color: 13164154.

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

Color convert

RGB122222200-
CMYK0.4500.100.13
HSL166.8º60.24%67.45%-
HSV(B)166.8º45.05%87.06%-
XYZ44.5760.5563.98-
YUV189.59133.8779.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.43%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 200 (78.52% from 255) = 36.76%
R=22.43%
G=40.81%
B=36.76%

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
Decimal1222222000.4500.100.13166.860.2467.45
Hex7ADEC82D0ADa73c43
Octal172336310550121524774103
Binary11110101101111011001000101101010101101101001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,222,200); }

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

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

 a { background-color: rgb(122,222,200); }

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

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

 span { border-color: rgb(122,222,200); }

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