Html Css Color HEX #7AD2BB Downy

📋 copy color: '#7AD2BB'

red 122 ◦ green 210 ◦ blue 187

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

Shades of Downy #7AD2BB

Tints of Downy #7AD2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

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

R = 23.51%
G = 40.46%
B = 36.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#7AD2BB (or 0x7AD2BB) is known color: Downy. HEX triplet: 7A, D2 and BB. RGB value is (122,210,187). Sum of RGB (Red+Green+Blue) = 122+210+187=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD2BB is #852D44. Grayscale: #B5B5B5. Windows color (decimal): -8727877 or 12309114. OLE color: 12309114.

HSL color Cylindrical-coordinate representation of color #7AD2BB: hue angle of 164.32º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD2BB is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 210 187 -
CMYK 0.42 0 0.11 0.18
HSL 164.32º 0.49% 0.65% -
HSV(B) 164.32º 0.42% 0.82% -
XYZ 40.04 53.82 55.29 -
YUV 181.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 122 210 187 0.42 0 0.11 0.18 164.32 0.49 0.65
Hex 7A D2 BB 2A 0 B 12 A4 31 41
Octal 172 322 273 52 0 13 22 244 61 101
Binary 1111010 11010010 10111011 101010 0 1011 10010 10100100 110001 1000001

Color Harmonies of #7AD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD2BB

Black with #7AD2BB

Text Example


Text Example

White with #7AD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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