#7ACBCA

Color #7ACBCA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #7ACBCA

Tints of Downy #7ACBCA

Color information

#7ACBCA (or 0x7ACBCA) is unknown color: approx Downy. HEX triplet: 7A, CB and CA. RGB value is (122,203,202). Sum of RGB (Red+Green+Blue) = 122+203+202=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACBCA is #853435. Grayscale: #B2B2B2. Windows color (decimal): -8729654 or 13290362. OLE color: 13290362.

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

Color convert

RGB122203202-
CMYK0.4000.000.20
HSL179.26º43.78%63.73%-
HSV(B)179.26º39.9%79.61%-
XYZ40.0451.1163.63-
YUV178.67141.1687.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.15%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=23.15%
G=38.52%
B=38.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1222032020.4000.000.20179.2643.7863.73
Hex7ACBCA280014b32c40
Octal17231331250002426354100
Binary111101011001011110010101010000010100101100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ACBCA;
 }
 .AnyTagClassName
 {
   color: #7ACBCA;
 }
</style>
background-color css

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

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

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

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

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

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