Html Css Color HEX #7ACBC2 Downy

📋 copy color: '#7ACBC2'

red 122 ◦ green 203 ◦ blue 194

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

Shades of Downy #7ACBC2

Tints of Downy #7ACBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 23.51%
G = 39.11%
B = 37.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#7ACBC2 (or 0x7ACBC2) is known color: Downy. HEX triplet: 7A, CB and C2. RGB value is (122,203,194). Sum of RGB (Red+Green+Blue) = 122+203+194=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACBC2 is #85343D. Grayscale: #B1B1B1. Windows color (decimal): -8729662 or 12766074. OLE color: 12766074.

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

Color convert

RGB 122 203 194 -
CMYK 0.40 0 0.04 0.20
HSL 173.33º 0.44% 0.64% -
HSV(B) 173.33º 0.4% 0.8% -
XYZ 39.12 50.74 58.77 -
YUV 177.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 122 203 194 0.40 0 0.04 0.20 173.33 0.44 0.64
Hex 7A CB C2 28 0 4 14 AD 2C 40
Octal 172 313 302 50 0 4 24 255 54 100
Binary 1111010 11001011 11000010 101000 0 100 10100 10101101 101100 1000000

Color Harmonies of #7ACBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACBC2

Black with #7ACBC2

Text Example


Text Example

White with #7ACBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,203,194); }

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

background-color css

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

 a { background-color: rgb(122,203,194); }

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

border-color css

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

 span { border-color: rgb(122,203,194); }

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