Html Css Color HEX #7ADDB3 Downy

📋 copy color: '#7ADDB3'

red 122 ◦ green 221 ◦ blue 179

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

Shades of Downy #7ADDB3

Tints of Downy #7ADDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.29%

R = 23.37%
G = 42.34%
B = 34.29%

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

#7ADDB3 (or 0x7ADDB3) is known color: Downy. HEX triplet: 7A, DD and B3. RGB value is (122,221,179). Sum of RGB (Red+Green+Blue) = 122+221+179=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDB3 is #85224C. Grayscale: #BABABA. Windows color (decimal): -8725069 or 11787642. OLE color: 11787642.

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

Color convert

RGB 122 221 179 -
CMYK 0.45 0 0.19 0.13
HSL 154.55º 0.59% 0.67% -
HSV(B) 154.55º 0.45% 0.87% -
XYZ 42.02 59.11 51.84 -
YUV 186.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 122 221 179 0.45 0 0.19 0.13 154.55 0.59 0.67
Hex 7A DD B3 2D 0 13 D 9B 3B 43
Octal 172 335 263 55 0 23 15 233 73 103
Binary 1111010 11011101 10110011 101101 0 10011 1101 10011011 111011 1000011

Color Harmonies of #7ADDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDB3

Black with #7ADDB3

Text Example


Text Example

White with #7ADDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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