Html Css Color HEX #7ADDB2 Downy

📋 copy color: '#7ADDB2'

red 122 ◦ green 221 ◦ blue 178

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

Shades of Downy #7ADDB2

Tints of Downy #7ADDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

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

R = 23.42%
G = 42.42%
B = 34.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#7ADDB2 (or 0x7ADDB2) is known color: Downy. HEX triplet: 7A, DD and B2. RGB value is (122,221,178). Sum of RGB (Red+Green+Blue) = 122+221+178=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADDB2 is #85224D. Grayscale: #BABABA. Windows color (decimal): -8725070 or 11722106. OLE color: 11722106.

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

Color convert

RGB 122 221 178 -
CMYK 0.45 0 0.19 0.13
HSL 153.94º 0.59% 0.67% -
HSV(B) 153.94º 0.45% 0.87% -
XYZ 41.92 59.06 51.31 -
YUV 186.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 122 221 178 0.45 0 0.19 0.13 153.94 0.59 0.67
Hex 7A DD B2 2D 0 13 D 9A 3B 43
Octal 172 335 262 55 0 23 15 232 73 103
Binary 1111010 11011101 10110010 101101 0 10011 1101 10011010 111011 1000011

Color Harmonies of #7ADDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDB2

Black with #7ADDB2

Text Example


Text Example

White with #7ADDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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