Html Css Color HEX #7ADCC6 Riptide

📋 copy color: '#7ADCC6'

red 122 ◦ green 220 ◦ blue 198

#7ADCC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #7ADCC6

Tints of Riptide #7ADCC6

RGB

 RED value IS 122 (48.05% from 255) = 22.59%

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 22.59%
G = 40.74%
B = 36.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#7ADCC6 (or 0x7ADCC6) is known color: Riptide. HEX triplet: 7A, DC and C6. RGB value is (122,220,198). Sum of RGB (Red+Green+Blue) = 122+220+198=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCC6 is #852339. Grayscale: #BCBCBC. Windows color (decimal): -8725306 or 13032570. OLE color: 13032570.

HSL color Cylindrical-coordinate representation of color #7ADCC6: hue angle of 166.53º 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 #7ADCC6 is Cyan = 0.45, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 198 -
CMYK 0.45 0 0.1 0.14
HSL 166.53º 0.58% 0.67% -
HSV(B) 166.53º 0.45% 0.86% -
XYZ 43.81 59.4 62.58 -
YUV 188.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 122 220 198 0.45 0 0.1 0.14 166.53 0.58 0.67
Hex 7A DC C6 2D 0 A E A7 3A 43
Octal 172 334 306 55 0 12 16 247 72 103
Binary 1111010 11011100 11000110 101101 0 1010 1110 10100111 111010 1000011

Color Harmonies of #7ADCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCC6

Black with #7ADCC6

Text Example


Text Example

White with #7ADCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ADCC6;
 }
 .AnyTagClassName
 {
   color: #7ADCC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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