Html Css Color HEX #7ACDC0 Downy

📋 copy color: '#7ACDC0'

red 122 ◦ green 205 ◦ blue 192

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

Shades of Downy #7ACDC0

Tints of Downy #7ACDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

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

R = 23.51%
G = 39.5%
B = 36.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#7ACDC0 (or 0x7ACDC0) is known color: Downy. HEX triplet: 7A, CD and C0. RGB value is (122,205,192). Sum of RGB (Red+Green+Blue) = 122+205+192=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDC0 is #85323F. Grayscale: #B2B2B2. Windows color (decimal): -8729152 or 12635514. OLE color: 12635514.

HSL color Cylindrical-coordinate representation of color #7ACDC0: hue angle of 170.6º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACDC0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 205 192 -
CMYK 0.40 0 0.06 0.20
HSL 170.6º 0.45% 0.64% -
HSV(B) 170.6º 0.4% 0.8% -
XYZ 39.37 51.61 57.76 -
YUV 178.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 122 205 192 0.40 0 0.06 0.20 170.6 0.45 0.64
Hex 7A CD C0 28 0 6 14 AB 2D 40
Octal 172 315 300 50 0 6 24 253 55 100
Binary 1111010 11001101 11000000 101000 0 110 10100 10101011 101101 1000000

Color Harmonies of #7ACDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACDC0

Black with #7ACDC0

Text Example


Text Example

White with #7ACDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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