Html Css Color HEX #7ACDC1 Downy

📋 copy color: '#7ACDC1'

red 122 ◦ green 205 ◦ blue 193

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

Shades of Downy #7ACDC1

Tints of Downy #7ACDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 23.46%
G = 39.42%
B = 37.12%

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

#7ACDC1 (or 0x7ACDC1) is known color: Downy. HEX triplet: 7A, CD and C1. RGB value is (122,205,193). Sum of RGB (Red+Green+Blue) = 122+205+193=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDC1 is #85323E. Grayscale: #B2B2B2. Windows color (decimal): -8729151 or 12701050. OLE color: 12701050.

HSL color Cylindrical-coordinate representation of color #7ACDC1: hue angle of 171.33º 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 #7ACDC1 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 205 193 -
CMYK 0.40 0 0.06 0.20
HSL 171.33º 0.45% 0.64% -
HSV(B) 171.33º 0.4% 0.8% -
XYZ 39.48 51.65 58.34 -
YUV 178.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 122 205 193 0.40 0 0.06 0.20 171.33 0.45 0.64
Hex 7A CD C1 28 0 6 14 AB 2D 40
Octal 172 315 301 50 0 6 24 253 55 100
Binary 1111010 11001101 11000001 101000 0 110 10100 10101011 101101 1000000

Color Harmonies of #7ACDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACDC1

Black with #7ACDC1

Text Example


Text Example

White with #7ACDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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