Html Css Color HEX #7AD8BD Downy

📋 copy color: '#7AD8BD'

red 122 ◦ green 216 ◦ blue 189

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

Shades of Downy #7AD8BD

Tints of Downy #7AD8BD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 23.15%
G = 40.99%
B = 35.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#7AD8BD (or 0x7AD8BD) is known color: Downy. HEX triplet: 7A, D8 and BD. RGB value is (122,216,189). Sum of RGB (Red+Green+Blue) = 122+216+189=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8BD is #852742. Grayscale: #B8B8B8. Windows color (decimal): -8726339 or 12441722. OLE color: 12441722.

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

Color convert

RGB 122 216 189 -
CMYK 0.44 0 0.12 0.15
HSL 162.77º 0.55% 0.66% -
HSV(B) 162.77º 0.44% 0.85% -
XYZ 41.77 56.92 56.93 -
YUV 184.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 122 216 189 0.44 0 0.12 0.15 162.77 0.55 0.66
Hex 7A D8 BD 2C 0 C F A3 37 42
Octal 172 330 275 54 0 14 17 243 67 102
Binary 1111010 11011000 10111101 101100 0 1100 1111 10100011 110111 1000010

Color Harmonies of #7AD8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD8BD

Black with #7AD8BD

Text Example


Text Example

White with #7AD8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,216,189); }

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

background-color css

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

 a { background-color: rgb(122,216,189); }

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

border-color css

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

 span { border-color: rgb(122,216,189); }

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