Html Css Color HEX #7ADAB2 Downy

📋 copy color: '#7ADAB2'

red 122 ◦ green 218 ◦ blue 178

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

Shades of Downy #7ADAB2

Tints of Downy #7ADAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

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

R = 23.55%
G = 42.08%
B = 34.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#7ADAB2 (or 0x7ADAB2) is known color: Downy. HEX triplet: 7A, DA and B2. RGB value is (122,218,178). Sum of RGB (Red+Green+Blue) = 122+218+178=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADAB2 is #85254D. Grayscale: #B8B8B8. Windows color (decimal): -8725838 or 11721338. OLE color: 11721338.

HSL color Cylindrical-coordinate representation of color #7ADAB2: hue angle of 155º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADAB2 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 178 -
CMYK 0.44 0 0.18 0.15
HSL 155º 0.56% 0.67% -
HSV(B) 155º 0.44% 0.85% -
XYZ 41.13 57.49 51.05 -
YUV 184.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 122 218 178 0.44 0 0.18 0.15 155 0.56 0.67
Hex 7A DA B2 2C 0 12 F 9B 38 43
Octal 172 332 262 54 0 22 17 233 70 103
Binary 1111010 11011010 10110010 101100 0 10010 1111 10011011 111000 1000011

Color Harmonies of #7ADAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADAB2

Black with #7ADAB2

Text Example


Text Example

White with #7ADAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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