Html Css Color HEX #7ACAC0 Downy

📋 copy color: '#7ACAC0'

red 122 ◦ green 202 ◦ blue 192

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

Shades of Downy #7ACAC0

Tints of Downy #7ACAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.15%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 23.64%
G = 39.15%
B = 37.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#7ACAC0 (or 0x7ACAC0) is known color: Downy. HEX triplet: 7A, CA and C0. RGB value is (122,202,192). Sum of RGB (Red+Green+Blue) = 122+202+192=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACAC0 is #85353F. Grayscale: #B0B0B0. Windows color (decimal): -8729920 or 12634746. OLE color: 12634746.

HSL color Cylindrical-coordinate representation of color #7ACAC0: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACAC0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 202 192 -
CMYK 0.40 0 0.05 0.21
HSL 172.5º 0.43% 0.64% -
HSV(B) 172.5º 0.4% 0.79% -
XYZ 38.66 50.18 57.52 -
YUV 176.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 122 202 192 0.40 0 0.05 0.21 172.5 0.43 0.64
Hex 7A CA C0 28 0 5 15 AC 2B 40
Octal 172 312 300 50 0 5 25 254 53 100
Binary 1111010 11001010 11000000 101000 0 101 10101 10101100 101011 1000000

Color Harmonies of #7ACAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACAC0

Black with #7ACAC0

Text Example


Text Example

White with #7ACAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,202,192); }

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

background-color css

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

 a { background-color: rgb(122,202,192); }

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

border-color css

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

 span { border-color: rgb(122,202,192); }

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