Html Css Color HEX #7AE1B2 Downy

📋 copy color: '#7AE1B2'

red 122 ◦ green 225 ◦ blue 178

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

Shades of Downy #7AE1B2

Tints of Downy #7AE1B2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.86%

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 23.24%
G = 42.86%
B = 33.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#7AE1B2 (or 0x7AE1B2) is known color: Downy. HEX triplet: 7A, E1 and B2. RGB value is (122,225,178). Sum of RGB (Red+Green+Blue) = 122+225+178=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1B2 is #851E4D. Grayscale: #BCBCBC. Windows color (decimal): -8724046 or 11723130. OLE color: 11723130.

HSL color Cylindrical-coordinate representation of color #7AE1B2: hue angle of 152.62º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1B2 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 225 178 -
CMYK 0.46 0 0.21 0.12
HSL 152.62º 0.63% 0.68% -
HSV(B) 152.62º 0.46% 0.88% -
XYZ 42.99 61.2 51.67 -
YUV 188.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 122 225 178 0.46 0 0.21 0.12 152.62 0.63 0.68
Hex 7A E1 B2 2E 0 15 C 99 3F 44
Octal 172 341 262 56 0 25 14 231 77 104
Binary 1111010 11100001 10110010 101110 0 10101 1100 10011001 111111 1000100

Color Harmonies of #7AE1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE1B2

Black with #7AE1B2

Text Example


Text Example

White with #7AE1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,225,178); }

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

background-color css

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

 a { background-color: rgb(122,225,178); }

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

border-color css

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

 span { border-color: rgb(122,225,178); }

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