Html Css Color HEX #7ADAB9 Downy

📋 copy color: '#7ADAB9'

red 122 ◦ green 218 ◦ blue 185

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

Shades of Downy #7ADAB9

Tints of Downy #7ADAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 23.24%
G = 41.52%
B = 35.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#7ADAB9 (or 0x7ADAB9) is known color: Downy. HEX triplet: 7A, DA and B9. RGB value is (122,218,185). Sum of RGB (Red+Green+Blue) = 122+218+185=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAB9 is #852546. Grayscale: #B9B9B9. Windows color (decimal): -8725831 or 12180090. OLE color: 12180090.

HSL color Cylindrical-coordinate representation of color #7ADAB9: hue angle of 159.38º 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 #7ADAB9 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 185 -
CMYK 0.44 0 0.15 0.15
HSL 159.38º 0.56% 0.67% -
HSV(B) 159.38º 0.44% 0.85% -
XYZ 41.85 57.78 54.85 -
YUV 185.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 122 218 185 0.44 0 0.15 0.15 159.38 0.56 0.67
Hex 7A DA B9 2C 0 F F 9F 38 43
Octal 172 332 271 54 0 17 17 237 70 103
Binary 1111010 11011010 10111001 101100 0 1111 1111 10011111 111000 1000011

Color Harmonies of #7ADAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADAB9

Black with #7ADAB9

Text Example


Text Example

White with #7ADAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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