Html Css Color HEX #7AE5B3 Downy

📋 copy color: '#7AE5B3'

red 122 ◦ green 229 ◦ blue 179

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

Shades of Downy #7AE5B3

Tints of Downy #7AE5B3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.21%

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 23.02%
G = 43.21%
B = 33.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#7AE5B3 (or 0x7AE5B3) is known color: Downy. HEX triplet: 7A, E5 and B3. RGB value is (122,229,179). Sum of RGB (Red+Green+Blue) = 122+229+179=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5B3 is #851A4C. Grayscale: #BFBFBF. Windows color (decimal): -8723021 or 11789690. OLE color: 11789690.

HSL color Cylindrical-coordinate representation of color #7AE5B3: hue angle of 151.96º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE5B3 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 229 179 -
CMYK 0.47 0 0.22 0.10
HSL 151.96º 0.67% 0.69% -
HSV(B) 151.96º 0.47% 0.9% -
XYZ 44.18 63.43 52.56 -
YUV 191.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 122 229 179 0.47 0 0.22 0.10 151.96 0.67 0.69
Hex 7A E5 B3 2F 0 16 A 98 43 45
Octal 172 345 263 57 0 26 12 230 103 105
Binary 1111010 11100101 10110011 101111 0 10110 1010 10011000 1000011 1000101

Color Harmonies of #7AE5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE5B3

Black with #7AE5B3

Text Example


Text Example

White with #7AE5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,229,179); }

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

background-color css

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

 a { background-color: rgb(122,229,179); }

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

border-color css

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

 span { border-color: rgb(122,229,179); }

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