Html Css Color HEX #7AD7BB Downy

📋 copy color: '#7AD7BB'

red 122 ◦ green 215 ◦ blue 187

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

Shades of Downy #7AD7BB

Tints of Downy #7AD7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 23.28%
G = 41.03%
B = 35.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#7AD7BB (or 0x7AD7BB) is known color: Downy. HEX triplet: 7A, D7 and BB. RGB value is (122,215,187). Sum of RGB (Red+Green+Blue) = 122+215+187=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD7BB is #852844. Grayscale: #B8B8B8. Windows color (decimal): -8726597 or 12310394. OLE color: 12310394.

HSL color Cylindrical-coordinate representation of color #7AD7BB: hue angle of 161.94º degrees, saturation: 0.54, 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 #7AD7BB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 215 187 -
CMYK 0.43 0 0.13 0.16
HSL 161.94º 0.54% 0.66% -
HSV(B) 161.94º 0.43% 0.84% -
XYZ 41.3 56.33 55.71 -
YUV 184 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 122 215 187 0.43 0 0.13 0.16 161.94 0.54 0.66
Hex 7A D7 BB 2B 0 D 10 A2 36 42
Octal 172 327 273 53 0 15 20 242 66 102
Binary 1111010 11010111 10111011 101011 0 1101 10000 10100010 110110 1000010

Color Harmonies of #7AD7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD7BB

Black with #7AD7BB

Text Example


Text Example

White with #7AD7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,215,187); }

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

background-color css

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

 a { background-color: rgb(122,215,187); }

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

border-color css

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

 span { border-color: rgb(122,215,187); }

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