Html Css Color HEX #7ADDB4 Downy

📋 copy color: '#7ADDB4'

red 122 ◦ green 221 ◦ blue 180

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

Shades of Downy #7ADDB4

Tints of Downy #7ADDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 23.33%
G = 42.26%
B = 34.42%

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

#7ADDB4 (or 0x7ADDB4) is known color: Downy. HEX triplet: 7A, DD and B4. RGB value is (122,221,180). Sum of RGB (Red+Green+Blue) = 122+221+180=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDB4 is #85224B. Grayscale: #BABABA. Windows color (decimal): -8725068 or 11853178. OLE color: 11853178.

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

Color convert

RGB 122 221 180 -
CMYK 0.45 0 0.19 0.13
HSL 155.15º 0.59% 0.67% -
HSV(B) 155.15º 0.45% 0.87% -
XYZ 42.12 59.15 52.38 -
YUV 186.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 122 221 180 0.45 0 0.19 0.13 155.15 0.59 0.67
Hex 7A DD B4 2D 0 13 D 9B 3B 43
Octal 172 335 264 55 0 23 15 233 73 103
Binary 1111010 11011101 10110100 101101 0 10011 1101 10011011 111011 1000011

Color Harmonies of #7ADDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDB4

Black with #7ADDB4

Text Example


Text Example

White with #7ADDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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