#7ADCCA

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

Shades of Riptide #7ADCCA

Tints of Riptide #7ADCCA

Color information

#7ADCCA (or 0x7ADCCA) is unknown color: approx Riptide. HEX triplet: 7A, DC and CA. RGB value is (122,220,202). Sum of RGB (Red+Green+Blue) = 122+220+202=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCCA is #852335. Grayscale: #BCBCBC. Windows color (decimal): -8725302 or 13294714. OLE color: 13294714.

HSL color Cylindrical-coordinate representation of color #7ADCCA: hue angle of 168.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCCA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB122220202-
CMYK0.4500.080.14
HSL168.98º58.33%67.06%-
HSV(B)168.98º44.55%86.27%-
XYZ44.2859.5965.04-
YUV188.65135.5380.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.43%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=22.43%
G=40.44%
B=37.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222202020.4500.080.14168.9858.3367.06
Hex7ADCCA2D08Ea93a43
Octal172334312550101625172103
Binary11110101101110011001010101101010001110101010011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,202); }

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

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

 a { background-color: rgb(122,220,202); }

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

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

 span { border-color: rgb(122,220,202); }

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