Html Css Color HEX #7ADDBA Downy

📋 copy color: '#7ADDBA'

red 122 ◦ green 221 ◦ blue 186

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

Shades of Downy #7ADDBA

Tints of Downy #7ADDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 23.06%
G = 41.78%
B = 35.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#7ADDBA (or 0x7ADDBA) is known color: Downy. HEX triplet: 7A, DD and BA. RGB value is (122,221,186). Sum of RGB (Red+Green+Blue) = 122+221+186=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDBA is #852245. Grayscale: #BBBBBB. Windows color (decimal): -8725062 or 12246394. OLE color: 12246394.

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

Color convert

RGB 122 221 186 -
CMYK 0.45 0 0.16 0.13
HSL 158.79º 0.59% 0.67% -
HSV(B) 158.79º 0.45% 0.87% -
XYZ 42.75 59.4 55.67 -
YUV 187.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 122 221 186 0.45 0 0.16 0.13 158.79 0.59 0.67
Hex 7A DD BA 2D 0 10 D 9F 3B 43
Octal 172 335 272 55 0 20 15 237 73 103
Binary 1111010 11011101 10111010 101101 0 10000 1101 10011111 111011 1000011

Color Harmonies of #7ADDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDBA

Black with #7ADDBA

Text Example


Text Example

White with #7ADDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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