Html Css Color HEX #7ADCB8 Downy

📋 copy color: '#7ADCB8'

red 122 ◦ green 220 ◦ blue 184

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

Shades of Downy #7ADCB8

Tints of Downy #7ADCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.98%

R = 23.19%
G = 41.83%
B = 34.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#7ADCB8 (or 0x7ADCB8) is known color: Downy. HEX triplet: 7A, DC and B8. RGB value is (122,220,184). Sum of RGB (Red+Green+Blue) = 122+220+184=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCB8 is #852347. Grayscale: #BABABA. Windows color (decimal): -8725320 or 12115066. OLE color: 12115066.

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

Color convert

RGB 122 220 184 -
CMYK 0.45 0 0.16 0.14
HSL 157.96º 0.58% 0.67% -
HSV(B) 157.96º 0.45% 0.86% -
XYZ 42.27 58.78 54.47 -
YUV 186.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 122 220 184 0.45 0 0.16 0.14 157.96 0.58 0.67
Hex 7A DC B8 2D 0 10 E 9E 3A 43
Octal 172 334 270 55 0 20 16 236 72 103
Binary 1111010 11011100 10111000 101101 0 10000 1110 10011110 111010 1000011

Color Harmonies of #7ADCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCB8

Black with #7ADCB8

Text Example


Text Example

White with #7ADCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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