Html Css Color HEX #7ADAB4 Downy

📋 copy color: '#7ADAB4'

red 122 ◦ green 218 ◦ blue 180

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

Shades of Downy #7ADAB4

Tints of Downy #7ADAB4

RGB

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

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

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

R = 23.46%
G = 41.92%
B = 34.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#7ADAB4 (or 0x7ADAB4) is known color: Downy. HEX triplet: 7A, DA and B4. RGB value is (122,218,180). Sum of RGB (Red+Green+Blue) = 122+218+180=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAB4 is #85254B. Grayscale: #B9B9B9. Windows color (decimal): -8725836 or 11852410. OLE color: 11852410.

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

Color convert

RGB 122 218 180 -
CMYK 0.44 0 0.17 0.15
HSL 156.25º 0.56% 0.67% -
HSV(B) 156.25º 0.44% 0.85% -
XYZ 41.34 57.58 52.11 -
YUV 184.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 122 218 180 0.44 0 0.17 0.15 156.25 0.56 0.67
Hex 7A DA B4 2C 0 11 F 9C 38 43
Octal 172 332 264 54 0 21 17 234 70 103
Binary 1111010 11011010 10110100 101100 0 10001 1111 10011100 111000 1000011

Color Harmonies of #7ADAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADAB4

Black with #7ADAB4

Text Example


Text Example

White with #7ADAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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