Html Css Color HEX #7AD6B7 Downy

📋 copy color: '#7AD6B7'

red 122 ◦ green 214 ◦ blue 183

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

Shades of Downy #7AD6B7

Tints of Downy #7AD6B7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 23.51%
G = 41.23%
B = 35.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#7AD6B7 (or 0x7AD6B7) is known color: Downy. HEX triplet: 7A, D6 and B7. RGB value is (122,214,183). Sum of RGB (Red+Green+Blue) = 122+214+183=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6B7 is #852948. Grayscale: #B6B6B6. Windows color (decimal): -8726857 or 12047994. OLE color: 12047994.

HSL color Cylindrical-coordinate representation of color #7AD6B7: hue angle of 159.78º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6B7 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 183 -
CMYK 0.43 0 0.14 0.16
HSL 159.78º 0.53% 0.66% -
HSV(B) 159.78º 0.43% 0.84% -
XYZ 40.62 55.65 53.4 -
YUV 182.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 122 214 183 0.43 0 0.14 0.16 159.78 0.53 0.66
Hex 7A D6 B7 2B 0 E 10 A0 35 42
Octal 172 326 267 53 0 16 20 240 65 102
Binary 1111010 11010110 10110111 101011 0 1110 10000 10100000 110101 1000010

Color Harmonies of #7AD6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD6B7

Black with #7AD6B7

Text Example


Text Example

White with #7AD6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,214,183); }

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

background-color css

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

 a { background-color: rgb(122,214,183); }

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

border-color css

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

 span { border-color: rgb(122,214,183); }

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