Html Css Color HEX #7ADCB2 Downy

📋 copy color: '#7ADCB2'

red 122 ◦ green 220 ◦ blue 178

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

Shades of Downy #7ADCB2

Tints of Downy #7ADCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 23.46%
G = 42.31%
B = 34.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#7ADCB2 (or 0x7ADCB2) is known color: Downy. HEX triplet: 7A, DC and B2. RGB value is (122,220,178). Sum of RGB (Red+Green+Blue) = 122+220+178=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADCB2 is #85234D. Grayscale: #B9B9B9. Windows color (decimal): -8725326 or 11721850. OLE color: 11721850.

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

Color convert

RGB 122 220 178 -
CMYK 0.45 0 0.19 0.14
HSL 154.29º 0.58% 0.67% -
HSV(B) 154.29º 0.45% 0.86% -
XYZ 41.66 58.54 51.22 -
YUV 185.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 122 220 178 0.45 0 0.19 0.14 154.29 0.58 0.67
Hex 7A DC B2 2D 0 13 E 9A 3A 43
Octal 172 334 262 55 0 23 16 232 72 103
Binary 1111010 11011100 10110010 101101 0 10011 1110 10011010 111010 1000011

Color Harmonies of #7ADCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCB2

Black with #7ADCB2

Text Example


Text Example

White with #7ADCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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